Skip to content

Commit

Permalink
github: enable debian-11-arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 12, 2024
1 parent 4342689 commit 05a4af6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 05a4af6

Please sign in to comment.