Add ARM builds
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-03-16 21:27:40 +01:00
parent 5f8e6767cf
commit fef9ebb4a6
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ steps:
- name: Package
image: node
depends_on:
- Lint
- Build
commands:
- yarn package
when:
@ -78,7 +78,7 @@ steps:
- name: Package
image: node
depends_on:
- Lint
- Build
commands:
- yarn package
when:

View file

@ -16,9 +16,9 @@
"pkg": {
"scripts": "dist/**/*.js",
"targets": [
"node16-linux-x64",
"node16-macos-x64",
"node16-win-x64"
"node16-linux-arm64",
"node16-macos",
"node16-win"
]
},
"scripts": {