Skip to content

Commit

Permalink
Merge pull request #1 from linuxserver-labs/pr-build-test
Browse files Browse the repository at this point in the history
Remove armhf from build targets
  • Loading branch information
thespad authored Apr 26, 2024
2 parents eecb23b + 3383e22 commit 9948336
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ target "arm64v8" {
]
}

target "arm32v7" {
inherits = ["image"]
dockerfile = "Dockerfile.armhf"
platforms = [
"linux/arm/v7"
]
}

target "64" {
inherits = ["image"]
platforms = [
Expand All @@ -48,16 +40,14 @@ target "64" {
target "arm" {
inherits = ["image"]
platforms = [
"linux/arm64",
"linux/arm/v7"
"linux/arm64"
]
}

target "all" {
inherits = ["image"]
platforms = [
"linux/amd64",
"linux/arm64",
"linux/arm/v7"
"linux/arm64"
]
}

0 comments on commit 9948336

Please sign in to comment.