2
0

Доработан образ для сборки документации "doc".
All checks were successful
release / release (push) Successful in 34m42s

This commit is contained in:
Алексей Бадяев 2024-10-11 16:24:41 +07:00
parent 48aa2e4360
commit f3e4f1fdcd
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE
4 changed files with 8 additions and 4 deletions

BIN
dist/drawio-amd64-24.1.0.deb (Stored with Git LFS) vendored

Binary file not shown.

BIN
dist/drawio-amd64-24.7.17.deb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
dist/drawio-arm64-24.7.17.deb (Stored with Git LFS) vendored Normal file

Binary file not shown.

View File

@ -2,6 +2,7 @@ ARG BASE_IMAGE_TAG=act-22.04
FROM ghcr.io/catthehacker/ubuntu:${BASE_IMAGE_TAG}
ARG TARGETARCH
ARG IMAGE_CREATED
ARG IMAGE_VERSION
ARG IMAGE_REVISION
@ -20,7 +21,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
ENV LANG=ru_RU.UTF-8
COPY dist/drawio-amd64-24.1.0.deb /tmp/drawio.deb
COPY dist/drawio-${TARGETARCH}-24.7.17.deb /tmp/drawio.deb
COPY dist/mousesoft-debian.key /tmp/
RUN apt-get update && \