We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827005 commit 3a949a8Copy full SHA for 3a949a8
.github/workflows/nightly.yml
@@ -22,6 +22,8 @@ jobs:
22
goarch: arm
23
- goos: windows
24
goarch: arm64
25
+ - goos: windows
26
+ goarch: 386
27
fail-fast: true
28
steps:
29
- uses: actions/checkout@master
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@master
18
with:
19
- go-version: '"1.20"'
+ go-version: "1.20"
20
21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
0 commit comments