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