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.
2 parents 14698ee + 0409e29 commit 4da766dCopy full SHA for 4da766d
1 file changed
.github/workflows/extract-rootfs.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- os: [ubuntu-latest]
+ os: [blacksmith-4vcpu-ubuntu-2404]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Check out
@@ -23,8 +23,8 @@ jobs:
23
- name: Set up QEMU
24
uses: docker/setup-qemu-action@v3
25
26
- - name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v3
+ - name: Setup Blacksmith Builder
+ uses: useblacksmith/setup-docker-builder@v1
28
29
- name: Build Docker Image
30
run: |
@@ -52,7 +52,7 @@ jobs:
52
name: Release
53
needs: build
54
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
55
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
56
57
- name: Download RootFS
58
id: download-rootfs
0 commit comments