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 f13fa0d commit 9cbb00aCopy full SHA for 9cbb00a
1 file changed
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
173
docker-build-push:
174
name: Build and Push Docker Image
175
- runs-on: ubuntu-24.04-arm64
+ runs-on: ubuntu-24.04-arm
176
# Run on push to main (build+push) and on PRs (build only)
177
if: github.event_name == 'push' || github.event_name == 'pull_request'
178
# For main/PR, wait for CI checks to pass
0 commit comments