mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
32 bit builds (#32)
* Support 32-bit Linux builds * Update README and correct scripts * Use npm run instead of npx
This commit is contained in:
committed by
GitHub
parent
1a85464271
commit
ae47b31091
@@ -2,6 +2,9 @@ matrix:
|
||||
include:
|
||||
- os: linux
|
||||
sudo: required
|
||||
- os: linux
|
||||
sudo: required
|
||||
env: BUILDARCH=ia32
|
||||
- os: osx
|
||||
|
||||
language: node_js
|
||||
@@ -28,6 +31,8 @@ deploy:
|
||||
file:
|
||||
- ./*.zip
|
||||
- ./*.tar.gz
|
||||
- vscode/.build/linux/deb/i386/deb/*.deb
|
||||
- vscode/.build/linux/rpm/i386/*.rpm
|
||||
- vscode/.build/linux/deb/amd64/deb/*.deb
|
||||
- vscode/.build/linux/rpm/x86_64/*.rpm
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user