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
commit 0cf8fc79c2
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": [