Mod enables arm64,linux/arm/v7 for core:dev
This commit is contained in:
parent
da2aef7015
commit
612b60256a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_base_alpine_dev.yaml
vendored
2
.github/workflows/build_base_alpine_dev.yaml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_IMAGE=${{ env.OS_NAME }}:${{ env.OS_VERSION }}
|
BUILD_IMAGE=${{ env.OS_NAME }}:${{ env.OS_VERSION }}
|
||||||
GOLANG_IMAGE=${{ env.GOLANG_IMAGE }}
|
GOLANG_IMAGE=${{ env.GOLANG_IMAGE }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue