Skip to content

Commit 152255b

Browse files
committed
WIP: Build for amd64 and arm64 (requires updated hub-ops)
Currently using DD fork of hubs-ops Signed-off-by: Alex J Lennon <[email protected]>
1 parent e97734d commit 152255b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dialog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77

88
jobs:
99
turkeyGitops:
10-
uses: hubs-foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master
10+
uses: dynamicdevices/hubs-ops/.github/workflows/turkeyGitops.yml@master
1111
with:
1212
DOCKER_HUB_USR: ${{ vars.DOCKER_HUB_USR || 'hubsfoundation' }}
1313
registry: ${{ vars.DOCKER_REGISTRY || 'hubsfoundation' }}
14+
platforms: 'linux/amd64,linux/arm64'
1415
secrets:
1516
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}

0 commit comments

Comments
 (0)