Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove target m #2357

Merged
merged 4 commits into from
Jan 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed build #2213
nicholasdille committed Jan 1, 2024

Unverified

The signing certificate or its chain could not be verified.
commit 0d20f1005d3a81a2603e78b0fa8937f1b19ce55b
6 changes: 3 additions & 3 deletions tools/markdownlint/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY --link --from=nodejs / /
COPY --link --from=npm / /
WORKDIR ${prefix}/libexec/markdownlint
COPY --link --from=nodejs / /usr/local/
COPY --link --from=npm / /usr/local/
WORKDIR /uniget_bootstrap/libexec/markdownlint
ARG name
ARG version
RUN <<EOF
6 changes: 3 additions & 3 deletions tools/mermaid-cli/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
COPY --link --from=nodejs / /
COPY --link --from=npm / /
WORKDIR ${prefix}/libexec/mermail-cli
COPY --link --from=nodejs / /usr/local/
COPY --link --from=npm / /usr/local/
WORKDIR /uniget_bootstrap/libexec/mermail-cli
ARG name
ARG version
RUN <<EOF