Skip to content

Commit

Permalink
Push multi-arch images to ghcr.io.
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
  • Loading branch information
cmfcruz committed Sep 23, 2024
1 parent 91b4364 commit b59dab2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@ jobs:
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
balena_slugs: 'balena/logs-to-vector-aarch64,balena/logs-to-vector-amd64,balena/logs-to-vector-armv7hf'
balena_slugs: |
balena/logs-to-vector-aarch64,
balena/logs-to-vector-amd64,
balena/logs-to-vector-armv7hf
docker_images: |
ghcr.io/balena-io/logs-to-vector
required_status_checks: >
[
"Flowzone / All tests",
"Flowzone / All jobs"
]

0 comments on commit b59dab2

Please sign in to comment.