Add linux/arm/v6 support
This commit is contained in:
parent
ef805a2901
commit
34eea2664e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_base_alpine.yaml
vendored
2
.github/workflows/build_base_alpine.yaml
vendored
|
|
@ -53,7 +53,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,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue