Skip to content

Commit

Permalink
build: upgrade config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Feb 14, 2024
1 parent e905494 commit 4ce4fc9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 1

project_name: termsvg

before:
Expand All @@ -21,13 +23,13 @@ builds:
- amd64
- arm64
- arm
- 386
- "386"
goarm:
- 6
- 7
- "6"
- "7"
ignore:
- goos: darwin
goarch: 386
goarch: "386"
- goos: freebsd
goarch: arm64
flags:
Expand Down

0 comments on commit 4ce4fc9

Please sign in to comment.