bump ram in alpine scripts + rename get_arch_value to arch_resolve

bumped in bitmagnet gatus and grafana
This commit is contained in:
Sam Heinz
2026-06-19 00:01:16 +10:00
parent b88f8e2ebe
commit 4e86b8487f
79 changed files with 105 additions and 105 deletions
+3 -3
View File
@@ -42,8 +42,8 @@ $STD apt install -y \
libtool \
libtool-bin \
gcc \
crossbuild-essential-$(get_arch_value) \
gcc-$(get_arch_value "x86-64" "aarch64")-linux-gnu \
crossbuild-essential-$(arch_resolve) \
gcc-$(arch_resolve "x86-64" "aarch64")-linux-gnu \
cmake \
clang \
libunwind-18-dev \
@@ -90,7 +90,7 @@ msg_ok "Setup web"
msg_info "Setting up go proxy"
cd /opt/authentik
export CGO_ENABLED="1"
export CC="$(get_arch_value "x86_64" "aarch64")-linux-gnu-gcc"
export CC="$(arch_resolve "x86_64" "aarch64")-linux-gnu-gcc"
$STD go mod download
$STD go build -o /opt/authentik/authentik-server ./cmd/server
$STD go build -o /opt/authentik/ldap ./cmd/ldap