Remove aarch64
This commit is contained in:
parent
b283981540
commit
a026255f52
|
@ -47,7 +47,7 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ npm i -s deps-uiohook-raub
|
||||||
This dependency package is distributing **libUIOHook**
|
This dependency package is distributing **libUIOHook**
|
||||||
binaries through **NPM** for **Node.js** addons.
|
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.
|
* Library: libUIOHook.
|
||||||
* Linking: static lib-type.
|
* Linking: static lib-type.
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
chmod +x src/linux-common.sh && src/linux-common.sh
|
|
|
@ -21,7 +21,7 @@ const fail = (error) => {
|
||||||
|
|
||||||
const updateSystem = async () => {
|
const updateSystem = async () => {
|
||||||
try {
|
try {
|
||||||
if (!['linux', 'aarch64'].includes(platform)) {
|
if (!['linux'].includes(platform)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue