Add support for ARM in publish workflow

pull/51/head
Benjamin Jonard 5 months ago committed by GitHub
parent 5537b6fb89
commit b5b480fd5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,6 +83,7 @@ jobs:
gabehf/koito:${{ env.KOITO_VERSION }} gabehf/koito:${{ env.KOITO_VERSION }}
build-args: | build-args: |
KOITO_VERSION=${{ env.KOITO_VERSION }} KOITO_VERSION=${{ env.KOITO_VERSION }}
platforms: linux/amd64,linux/arm64
- name: Generate artifact attestation - name: Generate artifact attestation
uses: actions/attest-build-provenance@v2 uses: actions/attest-build-provenance@v2

Loading…
Cancel
Save