Skip to content

Commit

Permalink
Add arm64 builds in platforms to be built
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
  • Loading branch information
stafot committed Feb 1, 2024
1 parent c7846c8 commit 08eeae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zz-tmpl-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 08eeae4

Please sign in to comment.