Skip to content

Commit

Permalink
add arm64-rpi5-image to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Nov 22, 2024
1 parent 05c21fa commit d049032
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,20 @@ arm64-rpi-image:
# Compute checksum of the compressed image
cd ci/arm64-rpi && \
sha256sum joininbox-arm64-rpi.img.gz > joininbox-arm64-rpi.img.gz.sha256

arm64-rpi5-image:
# build image
cd ci/arm64-rpi && \
bash arm64-rpi5.sh $(GITHUB_USER) $(CURRENT_BRANCH)

# Compute checksum of the raw image
cd ci/arm64-rpi && \
sha256sum joininbox-arm64-rpi5.img > joininbox-arm64-rpi5.img.sha256

# Compress image
cd ci/arm64-rpi && \
gzip -v9 joininbox-arm64-rpi5.img

# Compute checksum of the compressed image
cd ci/arm64-rpi && \
sha256sum joininbox-arm64-rpi5.img.gz > joininbox-arm64-rpi5.img.gz.sha256

0 comments on commit d049032

Please sign in to comment.