Add arm64 builds in platforms to be built
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
This commit is contained in:
parent
c7846c8ac0
commit
08eeae4d1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/zz-tmpl-images.yaml
vendored
4
.github/workflows/zz-tmpl-images.yaml
vendored
|
@ -9,10 +9,10 @@ on:
|
|||
type: string
|
||||
platforms-test:
|
||||
type: string
|
||||
default: linux/amd64
|
||||
default: linux/amd64,linux/arm64
|
||||
platforms-publish:
|
||||
type: string
|
||||
default: linux/amd64
|
||||
default: linux/amd64,linux/arm64
|
||||
|
||||
env:
|
||||
PLATFORMS: ${{ inputs.platforms-test }}
|
||||
|
|
Loading…
Reference in a new issue