From 6549c1245cecc1d01fff5e267575d3cb0589a885 Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Sat, 23 Apr 2022 18:07:26 -0600 Subject: [PATCH] Take 5: fixing docker issues --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6a47069..32989b4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -66,6 +66,7 @@ dockers: - "ghcr.io/tannerkvarfordt/kard-bot:latest-arm64" goos: linux goarch: arm64 + goarm: "7" use: docker dockerfile: Dockerfile build_flag_templates: @@ -75,7 +76,7 @@ dockers: - "--label=org.opencontainers.image.title={{.ProjectName}}" - "--label=org.opencontainers.image.revision={{.FullCommit}}" - "--label=org.opencontainers.image.version={{.Version}}" - - "--platform=linux/arm64" + - "--platform=linux/arm64/v8" extra_files: - config - assets