feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-07 18:15:17 +08:00
parent a4bf0559f8
commit 1e81851fc3
3 changed files with 9 additions and 9 deletions

View File

@@ -10,9 +10,9 @@ steps:
commands:
- sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debian.sources
- apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-beta3-linux.zip
- unzip -q android-ndk-r29-beta3-linux.zip
- rm -f android-ndk-r29-beta3-linux.zip
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-beta4-linux.zip
- unzip -q android-ndk-r29-beta4-linux.zip
- rm -f android-ndk-r29-beta4-linux.zip
- name: docker-cn
pull: if-not-exists
image: plugins/docker

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.25.0-trixie
FROM golang:1.25.1-trixie
# 作者信息
LABEL authors="xiaoqidun"
@@ -14,9 +14,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk
COPY android-ndk-r29-beta3 /usr/local/android-ndk-r29-beta3
COPY android-ndk-r29-beta4 /usr/local/android-ndk-r29-beta4
# 环境变量
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta3/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta4/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.25.0-trixie
FROM golang:1.25.1-trixie
# 作者信息
LABEL authors="xiaoqidun"
@@ -11,9 +11,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk
COPY android-ndk-r29-beta3 /usr/local/android-ndk-r29-beta3
COPY android-ndk-r29-beta4 /usr/local/android-ndk-r29-beta4
# 环境变量
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta3/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV PATH=$PATH:/usr/local/android-ndk-r29-beta4/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.aite.xyz,direct