mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 14:52:45 +00:00
enable ARM linux builds on tags only
This commit is contained in:
parent
16b338729f
commit
e3232f174f
1 changed files with 8 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -129,6 +129,8 @@ jobs:
|
|||
matrix:
|
||||
build-arch: [ x64, arm64, armv7l ]
|
||||
|
||||
if: matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue