Compare commits

...

1 Commits

Author SHA1 Message Date
Kevin Yue
66270eee77 chore: update CI 2024-05-20 22:12:03 +08:00

View File

@@ -68,7 +68,8 @@ jobs:
- tarball
strategy:
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]
runs-on: ${{ matrix.os.runner }}
name: build-gp (${{ matrix.package }}, ${{ matrix.os.arch }})