Skip to content

put zcu-build recipe into justfile #8

put zcu-build recipe into justfile

put zcu-build recipe into justfile #8

Workflow file for this run

name: zcu build
on:
push:
jobs:
zcu-build:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- name: checkout repository
uses: actions/checkout@v5
- name: get just
uses: extractions/setup-just@v3
- run: just zcu-build
- uses: actions/upload-artifact@v5
with:
path: build