mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
feat: Add support for ARM in publish workflow (#51)
This commit is contained in:
parent
fbe51ff2c5
commit
60ef093ecf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue