mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-08-31 02:18:02 +08:00
feat(更新版本): 更新Go到1.24.6,NDK到r29 Beta 3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM golang:1.24.5-bookworm
|
||||
FROM golang:1.24.6-bookworm
|
||||
|
||||
# 作者信息
|
||||
LABEL authors="xiaoqidun"
|
||||
@@ -11,9 +11,9 @@ RUN apt-get update \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r29-beta2 /usr/local/android-ndk-r29-beta2
|
||||
COPY android-ndk-r29-beta3 /usr/local/android-ndk-r29-beta3
|
||||
|
||||
# 环境变量
|
||||
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta2/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta3/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.aite.xyz,direct
|
||||
|
Reference in New Issue
Block a user