mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
test more
This commit is contained in:
parent
1358fa0d0a
commit
a1c87e85fa
5
.github/workflows/build-helper.yml
vendored
5
.github/workflows/build-helper.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
arch:
|
||||
- "amd64"
|
||||
- "arm64"
|
||||
runner: "ubuntu-latest"
|
||||
runner: "ubuntu-latest-large"
|
||||
scripthaus: "build-package-linux"
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
@ -59,12 +59,13 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
for arch in ${{ matrix.arch }}; do
|
||||
echo "Building for ${{ matrix.platform }}/$arch"
|
||||
GOARCH=$arch ./scripthaus/scripthaus run ${{ matrix.scripthaus }}
|
||||
done
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: waveterm-build-${{ matrix.platform }}-${{ matrix.arch }}
|
||||
path: out/make/**/*
|
||||
path: out/make/*
|
||||
retention-days: 2
|
||||
upload:
|
||||
name: "Upload Builds"
|
||||
|
@ -9,6 +9,7 @@ const config = {
|
||||
npmRebuild: false,
|
||||
nodeGypRebuild: false,
|
||||
electronCompile: false,
|
||||
publish: null,
|
||||
files: [
|
||||
{
|
||||
from: "./dist",
|
||||
@ -38,7 +39,7 @@ const config = {
|
||||
},
|
||||
],
|
||||
directories: {
|
||||
output: "buildres/builder",
|
||||
output: "make",
|
||||
},
|
||||
appId: pkg.build.appId,
|
||||
productName: pkg.productName,
|
||||
|
Loading…
Reference in New Issue
Block a user