2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-21 17:37:32 +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
on: [push, pull_request]
jobs:
# cleanup:
# runs-on: self-hosted
# steps:
# - name: Cleanup
# run: rm -rf .* || true
cleanup:
runs-on: self-hosted
steps:
- name: Cleanup
run: rm -rf .* || true
build:
runs-on: ${{ matrix.os }}
continue-on-error: true
@ -21,9 +21,9 @@ jobs:
- os: ubuntu-20.04
targetos: linux
targetarch: i386
# - os: ubuntu-aarch64-20.04
# targetos: linux
# targetarch: aarch64
- os: debian-11-arm64
targetos: linux
targetarch: aarch64
- os: ubuntu-20.04
targetos: android
targetarch: multiarch