Changed github action to windows only
This commit is contained in:
parent
f825504087
commit
c090dc8654
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -1,10 +1,7 @@
|
||||||
name: Wails build
|
name: Wails build Windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
tags:
|
|
||||||
# Match any new tag
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Necessary for most environments as build failure can occur due to OOM issues
|
# Necessary for most environments as build failure can occur due to OOM issues
|
||||||
|
@ -17,15 +14,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
- name: 'rum-goggles'
|
|
||||||
platform: 'linux/amd64'
|
|
||||||
os: 'ubuntu-latest'
|
|
||||||
- name: 'rum-goggles'
|
- name: 'rum-goggles'
|
||||||
platform: 'windows/amd64'
|
platform: 'windows/amd64'
|
||||||
os: 'windows-latest'
|
os: 'windows-latest'
|
||||||
- name: 'rum-goggles'
|
|
||||||
platform: 'darwin/universal'
|
|
||||||
os: 'macos-latest'
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.build.os }}
|
runs-on: ${{ matrix.build.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue