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
2
2
on :
3
3
create :
4
4
tags :
@@ -24,15 +24,13 @@ jobs:
24
24
run : |
25
25
brew install libpcap upx
26
26
chmod +x .github/workflows/upx.sh
27
- # git submodule update --init --recursive --remote
28
27
- name : Run GoReleaser
29
28
uses : goreleaser/goreleaser-action@v2
30
29
with :
31
30
version : latest
32
31
args : release -f .github/build/mac.yml --clean
33
32
env :
34
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- # https://github.com/marketplace/actions/run-on-architecture#supported-platforms
36
34
build-linux :
37
35
runs-on : ubuntu-latest
38
36
steps :
48
46
- name : Install Dependencies
49
47
run : |
50
48
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
54
49
sudo apt install -yy libpcap-dev upx
55
- # sudo apt install upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
56
50
chmod +x .github/workflows/upx.sh
57
- # git submodule update --init --recursive --remote
58
51
- name : Run GoReleaser
59
52
uses : goreleaser/goreleaser-action@v2
60
53
with :
You can’t perform that action at this time.
0 commit comments