Skip to content

Commit

Permalink
Deprecate/remove linux/armhf since it has been removed in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Aug 6, 2023
1 parent fe94e3e commit a545ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target "build-dockerfile" {
}

target "build-platforms" {
platforms = ["linux/amd64", "linux/armhf", "linux/aarch64"]
platforms = ["linux/amd64", "linux/aarch64"]
}

target "build-common" {
Expand Down

0 comments on commit a545ab4

Please sign in to comment.