Build all available platforms

This commit is contained in:
ViViDboarder 2022-08-10 14:48:59 -07:00
parent 30acb3ee44
commit 9fc797e244
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ env:
REGISTRY_USERNAME: vividboarder
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
PLATFORMS: linux/amd64,linux/arm,linux/arm64
jobs:
build:
@ -88,7 +87,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ env.PLATFORMS }}
platforms: ${{ steps.buildx.outputs.platforms }}
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker