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 faa565a commit 1e46a6eCopy full SHA for 1e46a6e
.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: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-latest-arm64' }}
+ runs-on: ubuntu-latest
82
timeout-minutes: 180
83
steps:
84
- uses: actions/checkout@v3
0 commit comments