Skip to content
Snippets Groups Projects
Commit ccb4121f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fix docker buildx problem:

parent 5b7a3c10
No related branches found
No related tags found
1 merge request!727Fix docker buildx problem:
......@@ -232,6 +232,7 @@ base:
--platform ${PLATFORM}
--build-arg BASE_IMAGE=${BASE_IMAGE}
--build-arg BUILD_IMAGE=${BUILD_IMAGE}
--provenance false
containers/debian
jug_dev:
......@@ -311,8 +312,10 @@ jug_dev:
--build-arg jobs=${JOBS}
--build-context spack-environment=spack-environment
--secret id=mirrors,src=mirrors.yaml
--provenance false
containers/jug
jug_xl:default:
parallel:
matrix:
......@@ -344,6 +347,7 @@ jug_xl:default:
--build-arg JUG_VERSION=${EXPORT_TAG}-$(git rev-parse HEAD)
--build-arg jobs=${JOBS}
--build-context detectors=.
--provenance false
containers/jug
jug_xl:nightly:
......@@ -397,6 +401,7 @@ jug_xl:nightly:
--build-arg JUG_VERSION=${EXPORT_TAG}-nightly-$(git rev-parse HEAD)-$(date +%Y-%m-%d_%H-%M-%S)
--build-arg NIGHTLY=1
--build-context detectors=.
--provenance false
containers/jug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment