diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 7007522..38c8485 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -11,7 +11,7 @@ target "build-dockerfile-legacy" { } target "build-platforms" { - platforms = ["linux/amd64", "linux/armhf", "linux/aarch64"] + platforms = ["linux/amd64", "linux/aarch64"] } target "build-common" { @@ -242,4 +242,4 @@ target "3_1_4_2" { cache-to = get-cache-to("3.1.4.2") tags = get-tags("3.1.4.2", ["3.1", "3.1.4", "latest"]) args = get-args("3.1.4.2") -} \ No newline at end of file +}