Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 39d8605

Browse files
committed
Adding multiple targets
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
1 parent 80384ad commit 39d8605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ FROM internal-base AS reefguide-src
9494
ENV REEFGUIDE_ENV_DIR="${JULIA_DEPOT_PATH}/environments/reefguide" \
9595
REEFGUIDE_SRC_DIR="/usr/local/src/reefguide"
9696

97+
# Try to coerce Julia to build across multiple targets
98+
ENV JULIA_CPU_TARGET=x86_64;haswell;skylake;skylake-avx512;tigerlake
99+
97100
# Install the versioned .toml file(s) into the shared reefguide environment and use
98101
# those to set up the ReefGuideAPI source code as a development package in the
99102
# shared @reefguide environment, pre-installing and precompiling dependencies.

0 commit comments

Comments
 (0)