build for arm only

This commit is contained in:
Kevin Pfeifer 2024-05-15 10:24:38 +02:00 committed by GitHub
parent 7aa72759f8
commit 4f9a2a3aca
1 changed files with 6 additions and 2 deletions

View File

@ -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: