Skip to content

Commit

Permalink
workflow: remove i386 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acekingke committed Dec 9, 2022
1 parent 2acc9a4 commit 053d2d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
distribution: goreleaser
version: v1.8.3
args: release --rm-dist
args: release -f .gorelease.yaml --rm-dist
workdir: yaccgo/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
17 changes: 17 additions & 0 deletions yaccgo/.gorelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
env:
- GO111MODULE=on

before:
hooks:
- go mod download

builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64

0 comments on commit 053d2d1

Please sign in to comment.