Skip to content

Commit

Permalink
Fix Linux self-hosted build
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Apr 5, 2024
1 parent b228255 commit 1f57413
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
include:
- arch: x86
artifact: subconverter_linux32
os: ubuntu-latest
- arch: amd64
artifact: subconverter_linux64
os: ubuntu-latest
- arch: armv7
artifact: subconverter_armv7
os: [self-hosted, linux, ARM]
- arch: aarch64
artifact: subconverter_aarch64
runs-on: ubuntu-latest
os: [self-hosted, linux, ARM64]
runs-on: ${{ matrix.os }}
name: Linux ${{ matrix.arch }} Build
steps:
- name: Checkout base
Expand Down

0 comments on commit 1f57413

Please sign in to comment.