Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGerretzen committed Sep 11, 2024
1 parent 50d07cb commit c3c5fb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('src/install/packer_test.json') }}
- name: Build
run: docker run --rm --privileged -v /dev:/dev -v ${PWD}:/build mkaczanowski/packer-builder-arm build src/install/packer_test.json
- name: Compress image
run: xz -z test.img
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Raspberry pi image
path: test.img
name: Compressed image
path: test.img.xz

0 comments on commit c3c5fb1

Please sign in to comment.