Mod enables arm64,linux/arm/v7 for core:dev
This commit is contained in:
parent
31c1c1e8bf
commit
ef805a2901
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_bundle_dev.yaml
vendored
2
.github/workflows/build_bundle_dev.yaml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
||||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
datarhei/core:dev
|
datarhei/core:dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue