Skip to content

Commit

Permalink
fix image arch for logs service
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Jun 3, 2024
1 parent c7de6dd commit 9bdba4f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dockers:
goarch: arm64
image_templates:
- "{{ if not .Env.IMAGE_TAG_SHA }}{{ .Env.DOCKER_REPO }}/testkube-{{ .Env.SERVICE }}:{{ .Version }}-arm64v8{{ end }}"
- "{{ if .Env.IMAGE_TAG_SHA }}{{ .Env.DOCKER_REPO }}/testkube-{{ .Env.SERVICE }}:{{ .ShortCommit }}{{ end }}"
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{ .Date }}"
Expand Down

0 comments on commit 9bdba4f

Please sign in to comment.