Compare commits

...

2 Commits

Author SHA1 Message Date
db12277cc2 Remove not working buildx
Some checks failed
Build, Push and Run Container / build (push) Failing after 12s
2025-08-12 21:29:24 +02:00
1eab3bf3dd Use buildX 2025-08-12 19:27:34 +02:00

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 \