add gcc for go
docker-node image / build (amd64) (push) Successful in 9s
docker-node image / build (arm64) (push) Successful in 30s
docker-node image / amend-manifest (push) Successful in 19s
node-go image / build (amd64) (push) Successful in 1m14s
node-python image / build (amd64) (push) Failing after 1m17s
node-go image / build (arm64) (push) Successful in 1m46s
node-go image / amend-manifest (push) Successful in 9s
node-python image / build (arm64) (push) Successful in 32s
node-python image / amend-manifest (push) Has been skipped

This commit is contained in:
2026-06-23 16:33:44 +07:00
parent 69591ec230
commit bb01daeb4d
2 changed files with 1 additions and 126 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends ca-certificates curl git; \
apt-get install -y --no-install-recommends ca-certificates curl git gcc libc6-dev; \
arch="$(dpkg --print-architecture)"; \
case "${arch}" in \
amd64) go_arch='linux-amd64' ;; \