Skip to content

Commit

Permalink
chore: add Raspberry 64bit config (#156)
Browse files Browse the repository at this point in the history
* chore: add Raspberry 64bit config

Builds MainsailOS 64bit Image

Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Sep 30, 2022
1 parent 9f5d31e commit 72314fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/raspberry/rpi64
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# Shebang for better file detection

# Declare Variables before exporting.
# See https://www.shellcheck.net/wiki/SC2155

BASE_ARCH="arm64"

DOWNLOAD_URL_CHECKSUM="https://downloads.raspberrypi.org/raspios_lite_arm64_latest.sha256"
DOWNLOAD_URL_IMAGE="https://downloads.raspberrypi.org/raspios_lite_arm64_latest.torrent"



# export variables
export BASE_ARCH
export DOWNLOAD_URL_CHECKSUM
export DOWNLOAD_URL_IMAGE

0 comments on commit 72314fb

Please sign in to comment.