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:
|
arch:
|
||||||
- "amd64"
|
- "amd64"
|
||||||
- "arm64"
|
- "arm64"
|
||||||
runner: "ubuntu-latest"
|
runner: "ubuntu-latest-large"
|
||||||
scripthaus: "build-package-linux"
|
scripthaus: "build-package-linux"
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
@ -59,12 +59,13 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
for arch in ${{ matrix.arch }}; do
|
for arch in ${{ matrix.arch }}; do
|
||||||
|
echo "Building for ${{ matrix.platform }}/$arch"
|
||||||
GOARCH=$arch ./scripthaus/scripthaus run ${{ matrix.scripthaus }}
|
GOARCH=$arch ./scripthaus/scripthaus run ${{ matrix.scripthaus }}
|
||||||
done
|
done
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: waveterm-build-${{ matrix.platform }}-${{ matrix.arch }}
|
name: waveterm-build-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
path: out/make/**/*
|
path: out/make/*
|
||||||
retention-days: 2
|
retention-days: 2
|
||||||
upload:
|
upload:
|
||||||
name: "Upload Builds"
|
name: "Upload Builds"
|
||||||
|
@ -9,6 +9,7 @@ const config = {
|
|||||||
npmRebuild: false,
|
npmRebuild: false,
|
||||||
nodeGypRebuild: false,
|
nodeGypRebuild: false,
|
||||||
electronCompile: false,
|
electronCompile: false,
|
||||||
|
publish: null,
|
||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
from: "./dist",
|
from: "./dist",
|
||||||
@ -38,7 +39,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
directories: {
|
directories: {
|
||||||
output: "buildres/builder",
|
output: "make",
|
||||||
},
|
},
|
||||||
appId: pkg.build.appId,
|
appId: pkg.build.appId,
|
||||||
productName: pkg.productName,
|
productName: pkg.productName,
|
||||||
|
Loading…
Reference in New Issue
Block a user