forked from ops/terraform-provider-tor
add aarch64-darwin to supported systems for dev shell
This commit is contained in:
parent
e1dc9e1ffa
commit
801cb66c43
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
let
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
forEachSupportedSystem =
|
||||
f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue