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

fix: ensure TARGETPLATFORM available in base

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