Skip to content

Commit

Permalink
No 32-bit Nomad and Nomad ecosystem builds (#281)
Browse files Browse the repository at this point in the history
* No 32-bit Nomad and Nomad ecosystem builds
* Levant makes a darwin arm64 build now.
  • Loading branch information
angrycub authored Jun 11, 2024
1 parent 824e234 commit d5edb71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions util/formula_templater/config.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ formula {
darwin_amd64 = true
darwin_arm64 = true
linux_amd64 = true
linux_arm = true
linux_arm = false
linux_arm64 = true
}
service_args = ["agent", "-dev"]
Expand All @@ -236,7 +236,7 @@ formula {
darwin_amd64 = true
darwin_arm64 = true
linux_amd64 = true
linux_arm = true
linux_arm = false
linux_arm64 = true
}
service_args = ["agent", "-dev"]
Expand Down Expand Up @@ -380,7 +380,7 @@ formula {
darwin_amd64 = true
darwin_arm64 = true
linux_amd64 = true
linux_arm = true
linux_arm = false
linux_arm64 = true
}
}
Expand All @@ -392,9 +392,9 @@ formula {
homepage = "https://github.com/hashicorp/levant"
architectures {
darwin_amd64 = true
darwin_arm64 = false
darwin_arm64 = true
linux_amd64 = true
linux_arm = true
linux_arm = false
linux_arm64 = true
}
}
Expand Down

0 comments on commit d5edb71

Please sign in to comment.