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:
parent
4342689e73
commit
05a4af6a5c
16
.github/workflows/c-cpp.yml
vendored
16
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user