build-linux-arm64
continuous-integration/drone/push Build is passing Details

master
dustoair 3 years ago
parent efea820c33
commit dae1b7ff4d

@ -27,6 +27,18 @@ steps:
- make test-linux-arm64
- date
- echo test end
- name: build
commands:
- echo test start
- date
- export PATH=$PATH:/usr/local/go/bin
- cd /root
- rm -rf IPRegion
- git clone https://git.sre.ink/go/IPRegion.git
- cd IPRegion
- make build-linux-arm64
- date
- echo build end
- name: package
commands:
- echo package start

Loading…
Cancel
Save