fix: dockerfile use local cc

pull/322/head
zijiren233 1 year ago
parent cd6a57cbd5
commit 2142fa65b8

@ -12,6 +12,7 @@ RUN curl -sL \
https://raw.githubusercontent.com/zijiren233/go-build-action/refs/tags/v1/build.sh | \
bash -s -- \
--version=${VERSION} \
--use-default-cc-cxx \
--bin-name-no-suffix
FROM alpine:latest

Loading…
Cancel
Save