Skip to content

Commit

Permalink
Test self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Sep 10, 2024
1 parent 7ea93f5 commit ff3d55f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ jobs:
path: nyalcf_gui/dist

linux:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22-arm64
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down Expand Up @@ -93,12 +98,12 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: Linux Artifact(Build)
name: Linux Artifact(Build ${{ matrix.os }})
path: nyalcf_gui/build
- name: Upload Dist Artifact
uses: actions/upload-artifact@v4
with:
name: Linux Artifact(Dist)
name: Linux Artifact(Dist ${{ matrix.os }})
path: nyalcf_gui/dist

macos:
Expand Down

0 comments on commit ff3d55f

Please sign in to comment.