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: |
|
||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
|
||||
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
|
||||
tags: |
|
||||
datarhei/core:dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue