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 b91e4a7 commit 4454104Copy full SHA for 4454104
.github/workflows/dockerhub-release-matrix.yml
@@ -86,7 +86,7 @@ jobs:
86
matrix:
87
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
88
arch: [amd64, arm64]
89
- runs-on: ${{ matrix.arch == 'amd64' && fromJson('["self-hosted", "X64"]') || 'arm-runner' }}
+ runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-latest-arm64' }}
90
timeout-minutes: 180
91
steps:
92
- uses: actions/checkout@v3
0 commit comments