diff --git a/docker-bake.hcl b/docker-bake.hcl index e3f5a69ad..6b572fdbd 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -92,9 +92,7 @@ target "ubuntu-dev-container" { tags = ["${BASE_TAG}-dev-container:latest"] target = "julea_dependencies" dockerfile = "Dockerfile.spack" - - platforms = [ "linux/amd64", "linux/arm64" ] - + cache-from = [ "type=gha,scope=julea-ubuntu-24-04-spack-gcc" ]