Skip to content

Commit

Permalink
Disable i386 builds
Browse files Browse the repository at this point in the history
disabling this because building for darwin/386 is no longer available
and goreleaser hasn't picked up on this yet, i believe.
  • Loading branch information
hrfee committed Aug 16, 2020
1 parent 02183c7 commit 252e137
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Expand Up @@ -24,12 +24,15 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- data/*
Expand Down

0 comments on commit 252e137

Please sign in to comment.