Disable buildx attestations to avoid unknown/unknown arch in ghcr.io

This commit is contained in:
Brendan C. Ward 2023-03-16 19:57:44 -07:00
parent 1225e5c52c
commit c4c18f5b60
No known key found for this signature in database
GPG Key ID: BA077BE8F8B9CE08

View File

@ -16,6 +16,8 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# disable unknown/unknown arch from showing up in ghcr.io
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
jobs:
buildx: