From dae1b7ff4d65eca33fcfb8842978d862c386d8ad Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:15:17 +0800 Subject: [PATCH] build-linux-arm64 --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index e3a661b..fdf7003 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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