Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 15, 2024
1 parent 0e5a272 commit 398151c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
workflow_dispatch:

jobs:
build_qemu:
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
- ./run.sh amd64 ./build.sh
30 changes: 0 additions & 30 deletions .github/workflows/lockdown.yml

This file was deleted.

0 comments on commit 398151c

Please sign in to comment.