Add M1 mac as supported target

This commit is contained in:
Gabriel Augendre 2022-05-11 19:12:21 +02:00
parent 655616dd1b
commit 614fd2fdd7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from invoke import Context, task
TARGETS = [
"darwin/amd64",
"darwin/arm64",
"freebsd/386",
"freebsd/amd64",
"freebsd/arm",