Skip to content

Commit

Permalink
add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TardC committed Sep 12, 2021
1 parent 7aa13de commit e3176df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
with:
version: latest
args: release --rm-dist
workdir: ./cmd/fofadump
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20 changes: 20 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
project_name: fofadump

builds:
- env: [ CGO_ENABLED=0 ]

goos:
- linux
- windows
- darwin

goarch:
- 386
- amd64
- arm64

ignore:
- goos: darwin
goarch: 386

main: ./cmd/fofadump

0 comments on commit e3176df

Please sign in to comment.