Skip to content

Commit

Permalink
bugfix: Regression, goarm was reset to 7, it should be 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Nov 22, 2021
1 parent f4ff0a2 commit 299f492
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
- arm

goarm:
- 7 # For old RPIs
- 5 # For old RPIs

main: cmd/OliveTin/main.go

Expand Down Expand Up @@ -106,7 +106,6 @@ dockers:
- "docker.io/jamesread/olivetin:{{ .Tag }}-armv7"
dockerfile: Dockerfile.armv7
goos: linux
goarm: 7
goarch: arm
skip_push: false

Expand Down

0 comments on commit 299f492

Please sign in to comment.