1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 20:55:03 +03:00

Update build.yml

This commit is contained in:
Eugene Pankov 2022-09-04 18:03:52 +02:00
parent e3232f174f
commit 7674f20adf
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -129,7 +129,7 @@ jobs:
matrix:
build-arch: [ x64, arm64, armv7l ]
if: matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))
if: ${{matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))}}
steps:
- name: Checkout
@ -177,6 +177,7 @@ jobs:
- name: Install deps and Build (arm64)
uses: docker://multiarch/ubuntu-core:arm64-bionic
if: github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags')
with:
args: >
bash -c
@ -199,6 +200,7 @@ jobs:
- name: Install deps and Build (armv7l)
uses: docker://multiarch/ubuntu-core:armhf-bionic
if: github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags')
with:
args: >
bash -c