mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-26 08:28:35 +00:00
enable ARM linux builds on tags only
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -129,6 +129,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build-arch: [ x64, arm64, armv7l ]
|
build-arch: [ x64, arm64, armv7l ]
|
||||||
|
|
||||||
|
if: matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user