We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d89f8 commit a2ae960Copy full SHA for a2ae960
.github/workflows/github-action.yaml
@@ -45,7 +45,7 @@ jobs:
45
docker_build_and_push:
46
name: Docker build and push
47
needs: [lint, test]
48
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
49
steps:
50
- name: Checkout
51
uses: actions/checkout@v4
0 commit comments