Skip to content

Commit

Permalink
Fix Docker image label
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuttari committed Oct 22, 2024
1 parent 809a07b commit bb5cd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jenkins/prod-fedora-40.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:40

LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco"
LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco-runtime"

ARG LLVM_PARALLEL_COMPILE_JOBS=4
ARG LLVM_PARALLEL_LINK_JOBS=1
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/prod-ubuntu-22.04.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco"
LABEL org.opencontainers.image.source="https://github.com/marco-compiler/marco-runtime"

ARG LLVM_PARALLEL_COMPILE_JOBS=4
ARG LLVM_PARALLEL_LINK_JOBS=1
Expand Down

0 comments on commit bb5cd5f

Please sign in to comment.