joininbox icon indicating copy to clipboard operation
joininbox copied to clipboard

Generate images for arm64-rpi with Packer

Open openoms opened this issue 3 years ago • 0 comments

Related to the work of @hashes4merkle in https://github.com/rootzoll/raspiblitz/issues/2842 and discussed in https://github.com/rootzoll/raspiblitz/issues/3053

  • [x] building the arm64-rpi image in docker with https://github.com/mkaczanowski/packer-builder-arm
  • [x] moved the packer scripts out of the .github directory
  • [x] using HCL2 syntax
  • [x] apt-get everywhere to fix warnings re. apt
  • [x] nameservers added to fix networks errors
  • [x] force progress bard for wget to shorten logs
  • [x] generating sha256 checksum with the post-processor
  • [x] aiming for a virtualbox image for amd64 - which can be converted to a raw image
  • [x] arm64-rpi image tested https://github.com/openoms/joininbox/actions/runs/2770754146
  • [ ] documentation update

openoms avatar Jul 30 '22 22:07 openoms