Skip to content

Commit 7471d50

Browse files
committed
fixed 2023-10-30
1 parent 523bb61 commit 7471d50

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Binary
1+
name: 🎉 Release Binary
22
on:
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:
@@ -48,13 +46,8 @@ jobs:
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:

0 commit comments

Comments
 (0)