Skip to content

Commit f8762b9

Browse files
committed
Linux-only Ubuntu-based build workflow pipeline.
1 parent 5f40077 commit f8762b9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/qlbase_build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on: [push]
44

55
jobs:
66
build:
7+
runs-on: ubuntu-latest
78
strategy:
89
matrix:
9-
os: [ubuntu-latest, windows-latest]
10-
version: [linux, windows]
1110
go-version: ['1.20.5']
1211

13-
runs-on: ${{ matrix.os }}
14-
1512
steps:
1613
- uses: actions/checkout@v4
1714
- name: Setup Go ${{ matrix.go-version }}
@@ -32,5 +29,5 @@ jobs:
3229
- name: Upload QLBase build
3330
uses: actions/upload-artifact@v4
3431
with:
35-
name: qlbase-${{ matrix.version }}
32+
name: qlbase
3633
path: qlbase.zip

0 commit comments

Comments
 (0)