File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- name : Release Binary
1+ name : 🎉 Release Binary
22on :
33 create :
44 tags :
@@ -24,15 +24,13 @@ jobs:
2424 run : |
2525 brew install libpcap upx
2626 chmod +x .github/workflows/upx.sh
27- # git submodule update --init --recursive --remote
2827 - name : Run GoReleaser
2928 uses : goreleaser/goreleaser-action@v2
3029 with :
3130 version : latest
3231 args : release -f .github/build/mac.yml --clean
3332 env :
3433 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- # https://github.com/marketplace/actions/run-on-architecture#supported-platforms
3634 build-linux :
3735 runs-on : ubuntu-latest
3836 steps :
4846 - name : Install Dependencies
4947 run : |
5048 sudo apt-get update
51- # sudo apt-get -y install gcc-mingw-w64-x86-64
52- # sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
53- # sudo apt-get -y install gcc-aarch64-linux-gnu libc6-dev-arm64-cross
5449 sudo apt install -yy libpcap-dev upx
55- # sudo apt install upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
5650 chmod +x .github/workflows/upx.sh
57- # git submodule update --init --recursive --remote
5851 - name : Run GoReleaser
5952 uses : goreleaser/goreleaser-action@v2
6053 with :
You can’t perform that action at this time.
0 commit comments