Skip to content

Commit d461fd5

Browse files
authored
chore: fix goreleaser docker build cannot find the binary file (#2050)
chore: fix goreleaser docker platform Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent 41d481e commit d461fd5

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
@@ -93,7 +93,7 @@ dockers_v2:
9393
- "v{{ .Version }}"
9494
platforms:
9595
- linux/amd64
96-
- linux/arm64/v8
96+
- linux/arm64
9797
- id: "envd-sshd"
9898
images:
9999
- "tensorchord/envd-sshd-from-scratch"
@@ -103,4 +103,4 @@ dockers_v2:
103103
- "v{{ .Version }}"
104104
platforms:
105105
- linux/amd64
106-
- linux/arm64/v8
106+
- linux/arm64

0 commit comments

Comments
 (0)