Disable ARM64 architecture in GitHub Actions workflow
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 30s
Node.js CI / build (x64, win) (push) Successful in 29s

Signed-off-by: Hammer1279 <hammer@ht-dev.de>
This commit is contained in:
Hammer1279 2025-01-19 00:48:50 +01:00
parent f4220cf372
commit 7b6baafc93
Signed by: Hammer1279
GPG Key ID: B6091167F4862B8F

View File

@ -16,7 +16,7 @@ jobs:
matrix:
arch:
- x64
- arm64
# - arm64
os:
- linux
- win