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