Skip to content

Commit 4da766d

Browse files
authored
Merge pull request #34 from VSWSL/blacksmith-migration-14698ee
.github/workflows: Migrate workflows to Blacksmith runners
2 parents 14698ee + 0409e29 commit 4da766d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/extract-rootfs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest]
17+
os: [blacksmith-4vcpu-ubuntu-2404]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Check out
@@ -23,8 +23,8 @@ jobs:
2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v3
2525

26-
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
26+
- name: Setup Blacksmith Builder
27+
uses: useblacksmith/setup-docker-builder@v1
2828

2929
- name: Build Docker Image
3030
run: |
@@ -52,7 +52,7 @@ jobs:
5252
name: Release
5353
needs: build
5454
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
55-
runs-on: ubuntu-latest
55+
runs-on: blacksmith-4vcpu-ubuntu-2404
5656
steps:
5757
- name: Download RootFS
5858
id: download-rootfs

0 commit comments

Comments
 (0)