Skip to content

Commit

Permalink
Merge pull request #13 from product-os/ab77/arm
Browse files Browse the repository at this point in the history
build ARM image(s)
  • Loading branch information
flowzone-app[bot] authored Dec 5, 2024
2 parents 837f648 + 873fe39 commit d554464
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -53,3 +53,8 @@ jobs:
}
docker_images:
ghcr.io/product-os/deploynaut
docker_runs_on: >
{
"linux/amd64": ["self-hosted","X64"],
"linux/arm64": ["self-hosted","ARM64"]
}
6 changes: 6 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target "default" {
platforms = [
"linux/amd64",
"linux/arm64"
]
}

0 comments on commit d554464

Please sign in to comment.