mirror of https://github.com/ppy/SDL3-CS.git
build for arm only
This commit is contained in:
parent
7aa72759f8
commit
4f9a2a3aca
|
|
@ -1,7 +1,12 @@
|
||||||
name: cross compile linux
|
name: cross compile linux
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
|
inputs: {}
|
||||||
|
# schedule:
|
||||||
|
# - cron: '0 0 * * *'
|
||||||
|
env:
|
||||||
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -10,7 +15,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { name: linux-x64, container: amd64/ubuntu }
|
|
||||||
- { name: linux-arm64, container: arm64v8/ubuntu }
|
- { name: linux-arm64, container: arm64v8/ubuntu }
|
||||||
- { name: linux-arm, container: arm32v7/ubuntu }
|
- { name: linux-arm, container: arm32v7/ubuntu }
|
||||||
steps:
|
steps:
|
||||||
Loading…
Reference in New Issue