test github actions
This commit is contained in:
34
.github/workflows/pake_build_with_cache.yaml
vendored
34
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -118,21 +118,21 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install node
|
# - name: install node
|
||||||
uses: actions/setup-node@v1
|
# uses: actions/setup-node@v1
|
||||||
with:
|
# with:
|
||||||
node-version: 18
|
# node-version: 18
|
||||||
|
|
||||||
- name: Install Rust
|
# - name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
# uses: actions-rs/toolchain@v1
|
||||||
with:
|
# with:
|
||||||
toolchain: stable
|
# toolchain: stable
|
||||||
profile: minimal
|
# profile: minimal
|
||||||
override: true
|
# override: true
|
||||||
target: aarch64-unknown-linux-gnu
|
# target: aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
- name: npm install
|
# - name: npm install
|
||||||
run: npm install
|
# run: npm install
|
||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2.3.0
|
- uses: uraimo/run-on-arch-action@v2.3.0
|
||||||
name: build native modules using another arch
|
name: build native modules using another arch
|
||||||
@@ -156,3 +156,11 @@ jobs:
|
|||||||
chmod -R 777 /build
|
chmod -R 777 /build
|
||||||
npm install
|
npm install
|
||||||
npm run build:all-unix
|
npm run build:all-unix
|
||||||
|
|
||||||
|
- name: Upload files
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
UPLOADTOOL_ISPRERELEASE: true
|
||||||
|
run: |
|
||||||
|
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
|
||||||
|
bash upload.sh output/*/*.*
|
||||||
BIN
script/sd-linux-aarch64
vendored
Executable file → Normal file
BIN
script/sd-linux-aarch64
vendored
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user