Skip to content

Commit

Permalink
Build for armv7 and armv6
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed May 1, 2024
1 parent 2172858 commit 13d4420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
docker_runs_on: >
{
"linux/amd64": ["self-hosted","X64"],
"linux/arm64": ["self-hosted","ARM64"]
"linux/arm64": ["self-hosted","ARM64"],
"linux/arm/v7": ["self-hosted","ARM64"],
"linux/arm/v6": ["self-hosted","ARM64"]
}
docker_images: ghcr.io/balena-io-modules/confd-releases
bake_targets: confd-v0-16-0
4 changes: 3 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ variable "CONFD_VERSION" {
target "default" {
platforms = [
"linux/amd64",
"linux/arm64"
"linux/arm64",
"linux/arm/v7",
"linux/arm/v6"
]
target = "out"
args = {
Expand Down

0 comments on commit 13d4420

Please sign in to comment.