Добавлен пакет "crossbuild-essential-arm64".
All checks were successful
release / ubuntu-22_04 (push) Successful in 20m15s
release / ubuntu-24_04 (push) Successful in 21m24s

This commit is contained in:
2026-01-15 21:09:44 +03:00
parent 0e2c85b624
commit 91f37a8210

View File

@@ -19,6 +19,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows."
RUN apt-get update --allow-insecure-repositories && \
apt-get install -y --allow-unauthenticated build-essential debhelper dh-exec \
apt-get install -y --allow-unauthenticated \
crossbuild-essential-arm64 build-essential debhelper dh-exec \
dpkg-dev dput-ng fakeroot gawk locales sed && \
rm -rf /var/lib/apt/lists/*