Explorar o código

bugfix: Regression, goarm was reset to 7, it should be 5

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
299f492675
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .goreleaser.yml

+ 1 - 2
.goreleaser.yml

@@ -17,7 +17,7 @@ builds:
       - arm
 
     goarm:
-      - 7 # For old RPIs
+      - 5 # For old RPIs
 
     main: cmd/OliveTin/main.go
 
@@ -106,7 +106,6 @@ dockers:
       - "docker.io/jamesread/olivetin:{{ .Tag }}-armv7"
     dockerfile: Dockerfile.armv7
     goos: linux
-    goarm: 7
     goarch: arm
     skip_push: false