Skip to content

Commit b531b0b

Browse files
committed
Update location of catalogd Dockerfile
Signed-off-by: Edmund Ochieng <[email protected]>
1 parent 9d88385 commit b531b0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,31 +70,31 @@ dockers:
7070
- "--platform=linux/s390x"
7171
- image_templates:
7272
- "{{ .Env.CATALOGD_IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-amd64"
73-
dockerfile: catalogd/Dockerfile
73+
dockerfile: Dockerfile.catalogd
7474
goos: linux
7575
goarch: amd64
7676
use: buildx
7777
build_flag_templates:
7878
- "--platform=linux/amd64"
7979
- image_templates:
8080
- "{{ .Env.CATALOGD_IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-arm64"
81-
dockerfile: catalogd/Dockerfile
81+
dockerfile: Dockerfile.catalogd
8282
goos: linux
8383
goarch: arm64
8484
use: buildx
8585
build_flag_templates:
8686
- "--platform=linux/arm64"
8787
- image_templates:
8888
- "{{ .Env.CATALOGD_IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-ppc64le"
89-
dockerfile: catalogd/Dockerfile
89+
dockerfile: Dockerfile.catalogd
9090
goos: linux
9191
goarch: ppc64le
9292
use: buildx
9393
build_flag_templates:
9494
- "--platform=linux/ppc64le"
9595
- image_templates:
9696
- "{{ .Env.CATALOGD_IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-s390x"
97-
dockerfile: catalogd/Dockerfile
97+
dockerfile: Dockerfile.catalogd
9898
goos: linux
9999
goarch: s390x
100100
use: buildx

0 commit comments

Comments
 (0)