Skip to content

Commit

Permalink
Merge pull request #8 from AbsaOSS/fix
Browse files Browse the repository at this point in the history
fix: goreleaser
  • Loading branch information
kuritka authored Sep 12, 2024
2 parents 9e48224 + c8b701b commit 91fd161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dockers:
- --build-arg=CI_COMMIT_TIMESTAMP="{{ .Env.CI_COMMIT_TIMESTAMP }}"
- --build-arg=CI_COMMIT_SHA="{{ .Env.CI_COMMIT_SHA }}"
- --build-arg=CI_COMMIT_TAG="{{ .Env.CI_COMMIT_TAG }}"
- --build-arg=ARCH="amd64"
- use: buildx
goos: linux
goarch: arm64
Expand All @@ -95,6 +96,7 @@ dockers:
- --build-arg=CI_COMMIT_TIMESTAMP="{{ .Env.CI_COMMIT_TIMESTAMP }}"
- --build-arg=CI_COMMIT_SHA="{{ .Env.CI_COMMIT_SHA }}"
- --build-arg=CI_COMMIT_TAG="{{ .Env.CI_COMMIT_TAG }}"
- --build-arg=ARCH="arm64"
docker_manifests:
- name_template: ghcr.io/absaoss/cap-infra-dns:latest
image_templates:
Expand Down

0 comments on commit 91fd161

Please sign in to comment.