Skip to content

Commit c8be435

Browse files
committed
fix: ghcr arch unknown
1 parent a730f8d commit c8be435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
4444
- name: Build and push
4545
uses: docker/build-push-action@v4
46+
env:
47+
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
4648
with:
4749
platforms: linux/amd64,linux/arm64
4850
push: true
4951
pull: true
50-
env:
51-
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
5252
labels: |
5353
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
5454
org.opencontainers.image.licenses=Apache-2.0

0 commit comments

Comments
 (0)