Add BuildX
All checks were successful
Build, Push and Run Container / build (push) Successful in 51s
All checks were successful
Build, Push and Run Container / build (push) Successful in 51s
New supported builder for docker
This commit is contained in:
@@ -6,7 +6,7 @@ USER root
|
|||||||
# Core tools for CI
|
# Core tools for CI
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
nodejs npm coreutils \
|
nodejs npm coreutils \
|
||||||
docker-cli docker-cli-compose \
|
docker-cli docker-cli-compose docker-cli-buildx \
|
||||||
git git-lfs openssh-client \
|
git git-lfs openssh-client \
|
||||||
build-base bash curl jq unzip zip ca-certificates \
|
build-base bash curl jq unzip zip ca-certificates \
|
||||||
&& git lfs install --system \
|
&& git lfs install --system \
|
||||||
|
|||||||
Reference in New Issue
Block a user