Skip to content

Commit

Permalink
fix: ghcr arch unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Apr 7, 2023
1 parent a730f8d commit c8be435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
with:
platforms: linux/amd64,linux/arm64
push: true
pull: true
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.licenses=Apache-2.0
Expand Down

0 comments on commit c8be435

Please sign in to comment.