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 698717d commit 4b37f92Copy full SHA for 4b37f92
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
build-ghcr-arm64:
113
name: Build ARM64 (GHCR Only)
114
needs: test-build
115
- runs-on: linux-arm64-8-core
+ runs-on: blacksmith-8vcpu-ubuntu-2404-arm
116
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
117
permissions:
118
contents: read
.github/workflows/images.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
if: github.ref == 'refs/heads/main'
105
strategy:
106
fail-fast: false
0 commit comments