remove arm64 bit
parent
a689529fa8
commit
0d61ebc358
13
.drone.yml
13
.drone.yml
|
@ -4,19 +4,6 @@ name: test-on-amd64
|
||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
image: gcc
|
|
||||||
commands:
|
|
||||||
- make
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: test-on-arm64
|
|
||||||
|
|
||||||
platform:
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: gcc
|
image: gcc
|
||||||
|
|
Loading…
Reference in New Issue