Skip to content

Commit 398151c

Browse files
committed
workflow
1 parent 0e5a272 commit 398151c

File tree

2 files changed

+16
-30
lines changed

2 files changed

+16
-30
lines changed

.github/workflows/build.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build_qemu:
7+
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
runs-on: ubuntu-latest
9+
strategy:
10+
fail-fast: false
11+
permissions:
12+
contents: write
13+
steps:
14+
- name: checkout
15+
uses: actions/checkout@v3
16+
- ./run.sh amd64 ./build.sh

.github/workflows/lockdown.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)