mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-21 23:56:04 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -129,7 +129,7 @@ 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'))
|
if: ${{matrix.build-arch == "x64" || (github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags'))}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -177,6 +177,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install deps and Build (arm64)
|
- name: Install deps and Build (arm64)
|
||||||
uses: docker://multiarch/ubuntu-core:arm64-bionic
|
uses: docker://multiarch/ubuntu-core:arm64-bionic
|
||||||
|
if: github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags')
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
bash -c
|
bash -c
|
||||||
@@ -199,6 +200,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install deps and Build (armv7l)
|
- name: Install deps and Build (armv7l)
|
||||||
uses: docker://multiarch/ubuntu-core:armhf-bionic
|
uses: docker://multiarch/ubuntu-core:armhf-bionic
|
||||||
|
if: github.repository == 'Eugeny/tabby' && startsWith(github.ref, 'refs/tags')
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
bash -c
|
bash -c
|
||||||
|
Reference in New Issue
Block a user