Skip to content

Commit 4168531

Browse files
committed
chore: needs arm-runner after all
1 parent 1e46a6e commit 4168531

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
@@ -78,7 +78,7 @@ jobs:
7878
matrix:
7979
postgres: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
8080
arch: [amd64, arm64]
81-
runs-on: ubuntu-latest
81+
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'arm-runner' }}
8282
timeout-minutes: 180
8383
steps:
8484
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)