Deprecate/remove linux/armhf since it has been removed in base image

This commit is contained in:
2023-08-06 22:10:28 +02:00
parent f038f0e042
commit b5781420c8
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ target "build-dockerfile" {
}
target "build-platforms" {
platforms = ["linux/amd64", "linux/armhf", "linux/aarch64"]
platforms = ["linux/amd64", "linux/aarch64"]
}
target "build-common" {