Skip to content

Commit 4454104

Browse files
committed
chore: should be able to run on ephemeral runners
1 parent b91e4a7 commit 4454104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
8888
arch: [amd64, arm64]
89-
runs-on: ${{ matrix.arch == 'amd64' && fromJson('["self-hosted", "X64"]') || 'arm-runner' }}
89+
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-latest-arm64' }}
9090
timeout-minutes: 180
9191
steps:
9292
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)