2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

github: enable debian-11-arm64 runner

This commit is contained in:
Alibek Omarov 2024-11-12 19:40:31 +03:00
parent 4342689e73
commit 05a4af6a5c

View File

@ -1,11 +1,11 @@
name: Build & Deploy Engine name: Build & Deploy Engine
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
# cleanup: cleanup:
# runs-on: self-hosted runs-on: self-hosted
# steps: steps:
# - name: Cleanup - name: Cleanup
# run: rm -rf .* || true run: rm -rf .* || true
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
continue-on-error: true continue-on-error: true
@ -21,9 +21,9 @@ jobs:
- os: ubuntu-20.04 - os: ubuntu-20.04
targetos: linux targetos: linux
targetarch: i386 targetarch: i386
# - os: ubuntu-aarch64-20.04 - os: debian-11-arm64
# targetos: linux targetos: linux
# targetarch: aarch64 targetarch: aarch64
- os: ubuntu-20.04 - os: ubuntu-20.04
targetos: android targetos: android
targetarch: multiarch targetarch: multiarch