mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
Add support for ARM in publish workflow
This commit is contained in:
parent
5537b6fb89
commit
b5b480fd5c
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 }}
|
||||
build-args: |
|
||||
KOITO_VERSION=${{ env.KOITO_VERSION }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue