Skip to content

Commit 053d2d1

Browse files
committed
workflow: remove i386 release
1 parent 2acc9a4 commit 053d2d1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: goreleaser
2626
version: v1.8.3
27-
args: release --rm-dist
27+
args: release -f .gorelease.yaml --rm-dist
2828
workdir: yaccgo/
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

yaccgo/.gorelease.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
env:
2+
- GO111MODULE=on
3+
4+
before:
5+
hooks:
6+
- go mod download
7+
8+
builds:
9+
-
10+
env:
11+
- CGO_ENABLED=0
12+
goos:
13+
- darwin
14+
- linux
15+
- windows
16+
goarch:
17+
- amd64

0 commit comments

Comments
 (0)