Skip to content

Commit

Permalink
up build xml 2023-12-21
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 21, 2023
1 parent be8422e commit f618cd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/build/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
# - arm64
# extra_files:
# - from: ../config
# to: config
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ jobs:
runs-on: macos-latest
steps:
- name: Code checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Install Dependences
run: |
brew install libpcap upx
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release -f .github/build/mac.yml --clean
Expand All @@ -36,22 +36,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Install Dependences
run: |
sudo apt install -yy --fix-missing libpcap-dev upx
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release -f .github/build/linux.yml --clean
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Code checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand All @@ -76,11 +76,11 @@ jobs:
# Expand-Archive upx.zip -DestinationPath upx
# setx PATH "$env:PATH;$(Get-Location)/upx/x86_64-w64-mingw32"
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release -f .github/build/windows.yml --clean
Expand Down
Binary file added lib/goby/goby_pocs.zip
Binary file not shown.

0 comments on commit f618cd4

Please # to comment.