Skip to content
Snippets Groups Projects
Commit c877e79c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: ensure TARGETPLATFORM available in base

parent 7a0135fd
No related branches found
No related tags found
No related merge requests found
Pipeline #102101 failed
...@@ -5,6 +5,8 @@ ARG BUILD_IMAGE="debian_stable_base" ...@@ -5,6 +5,8 @@ ARG BUILD_IMAGE="debian_stable_base"
# Minimal container based on Debian base systems for up-to-date packages. # Minimal container based on Debian base systems for up-to-date packages.
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}
ARG TARGETPLATFORM
LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
name="${BUILD_IMAGE}" \ name="${BUILD_IMAGE}" \
march="amd64" march="amd64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment