Add M1 mac as supported target
This commit is contained in:
parent
655616dd1b
commit
614fd2fdd7
1 changed files with 1 additions and 0 deletions
1
tasks.py
1
tasks.py
|
@ -9,6 +9,7 @@ from invoke import Context, task
|
|||
|
||||
TARGETS = [
|
||||
"darwin/amd64",
|
||||
"darwin/arm64",
|
||||
"freebsd/386",
|
||||
"freebsd/amd64",
|
||||
"freebsd/arm",
|
||||
|
|
Loading…
Reference in a new issue