File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 npm_config_arch : ' arm64'
4949 npm_config_platform : ' linux'
5050
51- - name : Verify Build
52- run : |
53- echo "Checking if AppImage was created..."
54- ls -lh dist/*.AppImage
55-
56- echo "Extracting AppImage..."
57- dist/standard-notes-*-linux-arm64.AppImage --appimage-extract
58-
59- echo "Verifying main binary architecture..."
60- file squashfs-root/standard-notes
61-
62- echo "Verifying keytar native module..."
63- file squashfs-root/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
64-
65- echo "Verifying sqlite3 native module..."
66- file squashfs-root/resources/app.asar.unpacked/node_modules/sqlite3/lib/binding/napi-v6-linux-unknown-arm64/node_sqlite3.node
67-
68- echo "All native modules should be 'ELF 64-bit LSB ... ARM aarch64'"
69-
7051 - name : Upload Test Artifact
7152 uses : actions/upload-artifact@v4.0.0
7253 with :
You can’t perform that action at this time.
0 commit comments