Compare commits

...

1 Commits

Author SHA1 Message Date
John Wang
d575d5558e feat: use larger action runner 2023-08-04 11:06:13 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-m
if: github.event.pull_request.draft == false
steps:
- name: Set up QEMU

View File

@@ -10,7 +10,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-m
if: github.event.pull_request.draft == false
steps:
- name: Set up QEMU