Skip to content

Commit

Permalink
fixed 2023-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 30, 2023
1 parent b481153 commit c10eba0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Binary
name: 🎉 Release Binary
on:
create:
tags:
Expand All @@ -24,15 +24,13 @@ jobs:
run: |
brew install libpcap upx
chmod +x .github/workflows/upx.sh
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/mac.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/marketplace/actions/run-on-architecture#supported-platforms
build-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -48,13 +46,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
# sudo apt-get -y install gcc-mingw-w64-x86-64
# sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
# sudo apt-get -y install gcc-aarch64-linux-gnu libc6-dev-arm64-cross
sudo apt install -yy libpcap-dev upx
# sudo apt install upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
chmod +x .github/workflows/upx.sh
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit c10eba0

Please sign in to comment.