Skip to content

Commit

Permalink
support multi platform (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyec authored Nov 30, 2024
1 parent c144e99 commit 56821e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
logout: true
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }}/cert-manager-alidns-webhook:${{ env.GITHUB_REF_SLUG }}

0 comments on commit 56821e7

Please sign in to comment.