Skip to content

Commit

Permalink
+ arm64 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed Jun 30, 2024
1 parent 549fd58 commit 6375aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ case $ARCH in
UIIMAGE="FROM arm64v8/alpine" #moving to unstable because it has easy-rsa v3.1.6 which supports cert renewal
BEEIMAGE="FROM golang:1.22.3-bookworm"
;;
arm64*)
PLATFORM="linux/arm64/v8"
#UIIMAGE="FROM arm64v8/debian:stable-slim"
UIIMAGE="FROM arm64v8/alpine" #moving to unstable because it has easy-rsa v3.1.6 which supports cert renewal
BEEIMAGE="FROM golang:1.22.3-bookworm"
;;
*)
PLATFORM="linux/amd64"
#UIIMAGE="FROM debian:stable-slim"
Expand Down

0 comments on commit 6375aa2

Please sign in to comment.