add arm64 arch target for macOS

This commit is contained in:
Linus Unnebäck 2021-04-23 10:25:18 +02:00 committed by GitHub
parent 64af838f40
commit e83946f35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,14 @@
"artifactName": "dbgate-mac-${version}.${ext}",
"publish": [
"github"
]
],
"target": {
"target": "default",
"arch": [
"arm64",
"x64"
]
}
},
"linux": {
"target": [
@ -83,4 +90,4 @@
"optionalDependencies": {
"msnodesqlv8": "^2.0.10"
}
}
}