Skip to content

Commit

Permalink
Merge pull request #10 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 169a660 + 82a7a20 commit b62e3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +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"
- --build-arg=ARCH=amd64
- use: buildx
goos: linux
goarch: arm64
Expand All @@ -96,7 +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"
- --build-arg=ARCH=arm64
docker_manifests:
- name_template: ghcr.io/absaoss/cap-infra-dns:latest
image_templates:
Expand Down

0 comments on commit b62e3af

Please sign in to comment.