Skip to content

Commit 81e22d4

Browse files
committed
ci(goreleaser): fix arm docker build
1 parent 03ad17a commit 81e22d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ dockers_v2:
147147
platforms:
148148
- linux/amd64
149149
- linux/arm64
150-
- linux/armv7
151-
- linux/armv5
150+
- linux/arm/v7
151+
- linux/arm/v5
152152
- linux/ppc64le
153153
- linux/s390x
154154
- linux/riscv64

0 commit comments

Comments
 (0)