Skip to content

Commit c002967

Browse files
committed
add aarch64 linux and darwin as default platforms
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent bb40e5e commit c002967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/builder-api/habitat/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
log_level = "info"
22

33
[api]
4-
targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows"]
4+
targets = ["x86_64-linux", "x86_64-linux-kernel2", "x86_64-windows", "aarch64-darwin", "aarch64-linux"]
55
saas_bldr_url = "https://bldr.habitat.sh"
66
license_server_url = "http://licensing-acceptance.chef.co"
77
allowed_native_package_origins = []

0 commit comments

Comments
 (0)