Skip to content

Commit 4d3ae21

Browse files
committed
chore: switch to self-hosted
1 parent e68bc4b commit 4d3ae21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-latest
10+
runs-on: self-hosted
1111
steps:
1212
- name: Check out the repo
1313
uses: actions/checkout@v4
1414

15-
- name: Set up QEMU
16-
uses: docker/setup-qemu-action@v3
17-
1815
- name: Set up Docker Buildx
1916
uses: docker/setup-buildx-action@v3
2017

0 commit comments

Comments
 (0)