Skip to content

Commit

Permalink
kaniko platform
Browse files Browse the repository at this point in the history
  • Loading branch information
arttor committed Apr 24, 2024
1 parent 4c524b8 commit d45fa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# tag: ${{ github.ref_name }}
strip_tag_prefix: v
tag_with_latest: false
extra_args: "--custom-platform=linux/{{ matrix.arch }} --build-arg GIT_TAG=${{ github.ref_name }} --build-arg GIT_COMMIT=${{ github.sha }} --build-arg SERVICE=${{ matrix.service }} --build-arg GOARCH=${{ matrix.arch }}"
extra_args: "--custom-platform=linux/${{ matrix.arch }} --build-arg GIT_TAG=${{ github.ref_name }} --build-arg GIT_COMMIT=${{ github.sha }} --build-arg SERVICE=${{ matrix.service }} --build-arg GOARCH=${{ matrix.arch }}"
# upload docker manifest to support multi-arch images
manifest:
needs: kaniko
Expand Down

0 comments on commit d45fa35

Please sign in to comment.