1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 00:18:06 +00:00
yama/.github/workflows/build.yml

16 lines
388 B
YAML

name: build
on:
push: { branches: [main] }
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-user-static
- run: bin/build
- run: sudo bin/img-gen
- uses: actions/upload-artifact@v2
with:
name: megabit-armhf
path: megabit-armhf.*