Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit cd781a9

Browse files
committed
Update release config
1 parent 2c9a83b commit cd781a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
goreleaser:
18-
runs-on: ubuntu-latest
18+
runs-on: linux
1919
steps:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
with:

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ builds:
1717
ldflags:
1818
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
1919
goos:
20-
- freebsd
21-
- windows
20+
# - freebsd
21+
# - windows
2222
- linux
2323
- darwin
2424
goarch:
2525
- amd64
26-
- '386'
27-
- arm
2826
- arm64
29-
ignore:
30-
- goos: darwin
31-
goarch: '386'
27+
# - '386'
28+
# - arm
29+
# ignore:
30+
# - goos: darwin
31+
# goarch: '386'
3232
binary: "{{ .ProjectName }}_v{{ .Version }}"
3333
archives:
3434
- format: zip

0 commit comments

Comments
 (0)