Skip to content

Commit

Permalink
chore(docker): disable support for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux authored Jul 6, 2024
1 parent 7bc2309 commit b474663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ target "image-all" {
inherits = ["image"]
platforms = [
"linux/amd64",
"linux/arm64"
// aarch64 not supported at the moment, see https://github.com/alexandre-abrioux/golem-node/issues/44#issuecomment-2211726849
// "linux/arm64"
]
}

0 comments on commit b474663

Please sign in to comment.