Skip to content

Commit

Permalink
Remove arm64 support in GoReleaser
Browse files Browse the repository at this point in the history
There seems to be one dependency with issues compiling on arm64.

Remove arm64 from GoReleaser configuration.
  • Loading branch information
HeavyWombat committed Feb 17, 2021
1 parent 5db34fb commit 0ae0344
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
before:
hooks:
- go mod download
- go get -u github.com/kevinburke/go-bindata/...
- make internal/img/font-hack.go

Expand All @@ -13,8 +12,6 @@ builds:
- darwin
goarch:
- amd64
- arm64
- arm
main: ./cmd/termshot/main.go
flags:
- -tags
Expand Down Expand Up @@ -49,7 +46,7 @@ brews:
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

url_template: "https://github.com/homeport/termshot/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
download_strategy: CurlDownloadStrategy.
download_strategy: CurlDownloadStrategy

# Git author used to commit to the repository.
# Defaults are shown.
Expand Down

0 comments on commit 0ae0344

Please sign in to comment.