Dockerfile.aarch64 gelöscht
Some checks failed
Docker Build Multi-Branch / Build amd64 & arm64 (push) Failing after 16s

This commit is contained in:
2026-02-05 19:57:04 +00:00
parent 42d279bb51
commit 18bdf5434a

View File

@@ -1,20 +0,0 @@
# syntax=docker/dockerfile:1.6
FROM gitea/act_runner:0.2.13
USER root
# ---- Install system dependencies ----
RUN apk add --no-cache \
nodejs \
npm \
docker-cli \
docker-cli-buildx \
git \
bash \
curl \
ca-certificates
# ---- Enable BuildKit by default ----
ENV DOCKER_BUILDKIT=1
RUN docker buildx version || true