mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Add 32-bit ARM
This commit is contained in:
@@ -98,6 +98,18 @@ modules:
|
||||
root: http://packages.microsoft.com/repos/vscode
|
||||
dist: stable
|
||||
component: main
|
||||
- type: extra-data
|
||||
filename: code.deb
|
||||
only-arches: [arm]
|
||||
url: https://packages.microsoft.com/repos/code/pool/main/c/code/code_1.52.1-1608136275_armhf.deb
|
||||
sha256: 35fbc1e755e12c917686ccbb70bc52baef42eab07f2b22c83886b7979f9b3330
|
||||
size: 60667760
|
||||
x-checker-data:
|
||||
type: debian-repo
|
||||
package-name: code
|
||||
root: http://packages.microsoft.com/repos/vscode
|
||||
dist: stable
|
||||
component: main
|
||||
- type: extra-data
|
||||
filename: code.deb
|
||||
only-arches: [aarch64]
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"only-arches": ["aarch64", "x86_64"],
|
||||
"only-arches": ["aarch64", "arm", "x86_64"],
|
||||
"automerge-flathubbot-prs": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user