mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix Linux self-hosted build
This commit is contained in:
parent
b228255d3b
commit
1f57413025
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user