mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
f26392ee6e
commit
ff0bcce914
1 changed files with 0 additions and 3 deletions
|
|
@ -23,13 +23,10 @@ EORUN
|
|||
|
||||
FROM golang:1.24-alpine AS go-build
|
||||
|
||||
ARG GOPROXY=""
|
||||
|
||||
RUN <<EORUN
|
||||
#!/bin/sh -e
|
||||
apk add --no-cache gcc musl-dev
|
||||
go env -w GO111MODULE=on
|
||||
go env -w GOPROXY=${GOPROXY}
|
||||
go env -w CGO_ENABLED=1
|
||||
EORUN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue