Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 602ee1a

Browse files
author
Sam McGeown
committed
Modify goreleaser docker builds
1 parent 4fc2862 commit 602ee1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dockers:
5151
goarch: arm64
5252
dockerfile: Dockerfile
5353
build_flag_templates:
54-
- "--platform=linux/arm/v7"
54+
- "--platform=linux/arm64/v8"
5555
- "--label=org.opencontainers.image.created={{.Date}}"
5656
- "--label=org.opencontainers.image.title={{.ProjectName}}"
5757
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
@@ -66,7 +66,7 @@ dockers:
6666
goarm: 7
6767
dockerfile: Dockerfile
6868
build_flag_templates:
69-
- "--build-arg=PLATFORM=linux/arm/v7"
69+
- "--platform=linux/arm/v7"
7070
- "--label=org.opencontainers.image.created={{.Date}}"
7171
- "--label=org.opencontainers.image.title={{.ProjectName}}"
7272
- "--label=org.opencontainers.image.revision={{.FullCommit}}"

0 commit comments

Comments
 (0)