Remove not working buildx
Some checks failed
Build, Push and Run Container / build (push) Failing after 12s

This commit is contained in:
2025-08-12 21:29:24 +02:00
parent 1eab3bf3dd
commit db12277cc2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ USER root
# Core tools for CI
RUN apk add --no-cache \
nodejs npm coreutils \
docker-cli docker-cli-compose docker-cli-buildx \
docker-cli docker-cli-compose \
git git-lfs openssh-client \
build-base bash curl jq unzip zip ca-certificates \
&& git lfs install --system \