mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 04:34:50 -04:00
Add support for arm builds
This commit is contained in:
parent
e94fae1d85
commit
deade0010b
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ${{matrix.context}}
|
context: ${{matrix.context}}
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=0.0.0
|
VERSION=0.0.0
|
||||||
push: ${{env.SHOULD_PUSH}}
|
push: ${{env.SHOULD_PUSH}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user