Skip to content

Commit

Permalink
GoLang 1.21 for armv5/armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed May 12, 2024
1 parent cecfe9d commit 1130052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case $ARCH in
PLATFORM="linux/arm/v5"
#UIIMAGE="FROM arm32v5/debian:stable-slim"
UIIMAGE="FROM arm32v6/alpine" #moving to unstable because it has easy-rsa v3.1.6 which supports cert renewal
BEEIMAGE="FROM arm32v6/golang:1.21-bookworm"
BEEIMAGE="FROM arm32v5/golang:1.21-bookworm"
;;
armv7*)
PLATFORM="linux/arm/v7"
Expand Down

0 comments on commit 1130052

Please sign in to comment.