Dockerfile.aarch64 hinzugefügt

This commit is contained in:
2026-02-05 15:41:19 +00:00
parent f2f3738ac0
commit 84cd1c755f

20
Dockerfile.aarch64 Normal file
View File

@@ -0,0 +1,20 @@
# 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