We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e46a6e commit 4168531Copy full SHA for 4168531
.github/workflows/dockerhub-release-matrix.yml
@@ -78,7 +78,7 @@ jobs:
78
matrix:
79
postgres: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
80
arch: [amd64, arm64]
81
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'arm-runner' }}
82
timeout-minutes: 180
83
steps:
84
- uses: actions/checkout@v3
0 commit comments