Skip to content

Commit

Permalink
Publish balena/open-balena-api for ARM64
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: fisehara <[email protected]>
  • Loading branch information
fisehara committed Nov 28, 2023
1 parent d804dd0 commit fa83806
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ jobs:
secrets: inherit
with:
docker_images: balena/open-balena-api
docker_runs_on: >
{
"linux/amd64": ["self-hosted","X64"],
"linux/arm64": ["self-hosted","ARM64"]
}
# This allows external PRs to run custom actions so the custom actions must be safe to run in that context
restrict_custom_actions: false
8 changes: 8 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

target "default" {
target = "runtime"
platforms = [
"linux/amd64",
"linux/arm64"
]
}

0 comments on commit fa83806

Please sign in to comment.