Skip to content

Commit

Permalink
Build on Actuated runners
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 9, 2024
1 parent f2ab81a commit 715173b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
docker_runs_on: >
{
"linux/amd64": ["self-hosted","X64"],
"linux/arm64": ["self-hosted","ARM64"],
"linux/arm/v7": ["self-hosted","ARM64"],
"linux/arm/v6": ["self-hosted","ARM64"]
"linux/amd64": ["actuated-4cpu-16gb"],
"linux/arm64": ["actuated-arm64-4cpu-16gb"],
"linux/arm/v7": ["actuated-arm64-4cpu-16gb"],
"linux/arm/v6": ["actuated-arm64-4cpu-16gb"],
}
docker_images: ghcr.io/balena-io-modules/confd-releases
bake_targets: confd-v0-16-0

0 comments on commit 715173b

Please sign in to comment.