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:
|
||||
push:
|
||||
tags:
|
||||
# Match any new tag
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Necessary for most environments as build failure can occur due to OOM issues
|
||||
|
@ -17,15 +14,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
build:
|
||||
- name: 'rum-goggles'
|
||||
platform: 'linux/amd64'
|
||||
os: 'ubuntu-latest'
|
||||
- name: 'rum-goggles'
|
||||
platform: 'windows/amd64'
|
||||
os: 'windows-latest'
|
||||
- name: 'rum-goggles'
|
||||
platform: 'darwin/universal'
|
||||
os: 'macos-latest'
|
||||
|
||||
runs-on: ${{ matrix.build.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue