Skip to content

Commit

Permalink
Update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Aug 20, 2024
1 parent 2c9a83b commit cd781a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: linux
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ builds:
ldflags:
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
goos:
- freebsd
- windows
# - freebsd
# - windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
# - '386'
# - arm
# ignore:
# - goos: darwin
# goarch: '386'
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
Expand Down

0 comments on commit cd781a9

Please sign in to comment.