mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
chore: update CI
This commit is contained in:
parent
6119976027
commit
66270eee77
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -68,7 +68,8 @@ jobs:
|
|||||||
- tarball
|
- tarball
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ${{fromJson(needs.setup-matrix.outputs.matrix)}}
|
# Only build gp on amd64, as the arm64 package will be built in release.yaml
|
||||||
|
os: [{runner: ubuntu-latest, arch: amd64}]
|
||||||
package: [deb, rpm, pkg, binary]
|
package: [deb, rpm, pkg, binary]
|
||||||
runs-on: ${{ matrix.os.runner }}
|
runs-on: ${{ matrix.os.runner }}
|
||||||
name: build-gp (${{ matrix.package }}, ${{ matrix.os.arch }})
|
name: build-gp (${{ matrix.package }}, ${{ matrix.os.arch }})
|
||||||
|
Loading…
Reference in New Issue
Block a user