mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-26 13:10:36 +03:00
enable ARM linux builds on tags only
This commit is contained in:
parent
16b338729f
commit
e3232f174f
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
|
||||||
|
Loading…
Reference in New Issue
Block a user