Remove aarch64

This commit is contained in:
Luis Blanco 2023-11-28 21:53:52 +04:00
parent b283981540
commit a026255f52
6 changed files with 4 additions and 7 deletions

View File

@ -47,7 +47,7 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-11, [self-hosted, linux, ARM64]]
os: [ubuntu-20.04, windows-2022, macos-11]
runs-on: ${{ matrix.os }}

View File

@ -16,7 +16,7 @@ jobs:
name: Unit Tests
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-11, [self-hosted, linux, ARM64]]
os: [ubuntu-20.04, windows-2022, macos-11]
runs-on: ${{ matrix.os }}

View File

@ -13,7 +13,7 @@ npm i -s deps-uiohook-raub
This dependency package is distributing **libUIOHook**
binaries through **NPM** for **Node.js** addons.
* Platforms (x64): Windows x64, Linux x64, OSX x64, Linux Aarch64.
* Platforms (x64): Windows x64, Linux x64, OSX x64.
* Library: libUIOHook.
* Linking: static lib-type.

View File

@ -1 +0,0 @@
chmod +x src/linux-common.sh && src/linux-common.sh

View File

@ -21,7 +21,7 @@ const fail = (error) => {
const updateSystem = async () => {
try {
if (!['linux', 'aarch64'].includes(platform)) {
if (!['linux'].includes(platform)) {
return;
}

View File

@ -1,2 +0,0 @@
sudo yum -y update
sudo yum -y install cmake libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel libXtst xtst