Доработан образ для сборки документации "doc".
All checks were successful
release / release (push) Successful in 34m42s
All checks were successful
release / release (push) Successful in 34m42s
This commit is contained in:
parent
48aa2e4360
commit
f3e4f1fdcd
BIN
dist/drawio-amd64-24.1.0.deb
(Stored with Git LFS)
vendored
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
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
BIN
dist/drawio-arm64-24.7.17.deb
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user