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
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -10,7 +15,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- { name: linux-x64, container: amd64/ubuntu }
|
||||
- { name: linux-arm64, container: arm64v8/ubuntu }
|
||||
- { name: linux-arm, container: arm32v7/ubuntu }
|
||||
steps:
|
||||
Loading…
Reference in New Issue