Remove linux/armhf support

This commit is contained in:
Aleksandar Puharic 2023-06-15 09:58:06 +02:00 committed by GitHub
parent fa736a885e
commit a1576900ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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