mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-03-16 12:04:44 +08:00
feat(添加工具): 更齐全的构建工具包
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: download ndk
|
||||
- name: download
|
||||
run: |
|
||||
apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
|
||||
wget -q -T 180 -4 https://github.com/thongtech/go-legacy-win7/releases/download/v1.26.0-2/go-legacy-win7-1.26.0-2.linux_amd64.tar.gz
|
||||
|
||||
+2
-1
@@ -10,7 +10,8 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debi
|
||||
# 安装编译工具链
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
git build-essential mingw-w64 \
|
||||
build-essential mingw-w64 \
|
||||
autoconf libtool pkgconf git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装go-legacy-win7
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@ LABEL authors="xiaoqidun"
|
||||
# 安装编译工具链
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
git build-essential mingw-w64 \
|
||||
build-essential mingw-w64 \
|
||||
autoconf libtool pkgconf git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装go-legacy-win7
|
||||
|
||||
Reference in New Issue
Block a user