Merge pull request #99 from LinusU/patch-1

add arm64 arch target for macOS
This commit is contained in:
Jan Prochazka
2021-04-23 20:40:14 +02:00
committed by GitHub

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"
}
}
}