Fix Linux self-hosted build

This commit is contained in:
Tindy X 2024-04-05 21:48:03 +08:00
parent b228255d3b
commit 1f57413025
No known key found for this signature in database
GPG Key ID: 7FA1E66774759718

View File

@ -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