mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Only run on arm64 runners
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: self-hosted
|
||||
- os: [self-hosted, linux, ARM64]
|
||||
os_prefix: linux
|
||||
arch: aarch64
|
||||
- os: ubuntu-latest
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
|
||||
- os: self-hosted
|
||||
- os: [self-hosted, linux, ARM]
|
||||
os_prefix: linux
|
||||
arch: arm
|
||||
- os: ubuntu-latest
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
|
||||
- os: self-hosted
|
||||
- os: [self-hosted, linux, ARM]
|
||||
os_prefix: linux
|
||||
arch: arm
|
||||
- os: ubuntu-latest
|
||||
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
|
||||
- os: self-hosted
|
||||
- os: [self-hosted, linux, ARM]
|
||||
os_prefix: linux
|
||||
arch: arm
|
||||
- os: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user