Skip to content

Commit

Permalink
ci: create build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jan 13, 2024
1 parent bf58f60 commit ecc8b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bake-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install QEMU
run: docker run --privileged --rm tonistiigi/binfmt --install arm64

- name: Prepare
run: mkdir build

- name: Bake Image (Pi4)
run: ./run-bakery bake image pi4 build/pi4.img

Expand Down

0 comments on commit ecc8b1d

Please sign in to comment.