mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
multiple build targets...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1ba32c0ecd
commit
40943b1015
8
.github/workflows/viewer-build-linux.yml
vendored
8
.github/workflows/viewer-build-linux.yml
vendored
@ -11,7 +11,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -39,3 +44,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gh release create release-latest -t "TEST" ./dist/*
|
gh release create release-latest -t "TEST" ./dist/*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user