mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-07-04 11:20:23 +03:00
Compare commits
1 Commits
win-on-arm
...
linux-arm6
Author | SHA1 | Date | |
---|---|---|---|
2ee35c89c1 |
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -28,13 +28,16 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- arch: x86
|
||||
runner: ubuntu-latest
|
||||
- arch: x86_64
|
||||
runner: ubuntu-latest
|
||||
- arch: aarch64
|
||||
runner: ubuntu-24.04-arm
|
||||
runs-on: ${{matrix.runner}}
|
||||
steps:
|
||||
- name: Checkout Source Tree
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user