Skip to content

Commit

Permalink
fix: remove arm64 platform because of slow buildtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnHering committed Oct 24, 2024
1 parent 5e43d52 commit bd0b531
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit bd0b531

Please sign in to comment.