Skip to content

Commit 4913e69

Browse files
committed
Revert "fix: broken docker builds"
This reverts commit eb6123a.
1 parent 715b1e0 commit 4913e69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ builds:
3232
- linux
3333
goarch:
3434
- amd64
35-
- arm64
3635

3736
dockers:
3837
- ids:
39-
- docker
38+
- docker-amd64
4039
goarch: amd64
4140
use: buildx
4241
dockerfile: Dockerfile.release
@@ -46,7 +45,7 @@ dockers:
4645
- "ghcr.io/tmpim/casket:v{{ .Major }}-amd64"
4746
- "ghcr.io/tmpim/casket:v{{ .Major }}.{{ .Minor }}-amd64"
4847
- ids:
49-
- docker
48+
- docker-arm64
5049
goarch: arm64
5150
use: buildx
5251
dockerfile: Dockerfile.release

0 commit comments

Comments
 (0)