Add support for arm64

This commit is contained in:
Jordan Williams
2020-12-31 15:12:02 -06:00
parent c25c785eb2
commit 017ebb28de
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -98,3 +98,15 @@ modules:
root: http://packages.microsoft.com/repos/vscode root: http://packages.microsoft.com/repos/vscode
dist: stable dist: stable
component: main component: main
- type: extra-data
filename: code.deb
only-arches: [aarch64]
url: https://packages.microsoft.com/repos/code/pool/main/c/code/code_1.52.1-1608136325_arm64.deb
sha256: af05fb9d7c9a86d6653fffc9fbe46c3d8b9be8195d85ae9529e9e5fd89bd2ddc
size: 64631738
x-checker-data:
type: debian-repo
package-name: code
root: http://packages.microsoft.com/repos/vscode
dist: stable
component: main
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"only-arches": ["x86_64"], "only-arches": ["aarch64", "x86_64"],
"automerge-flathubbot-prs": true "automerge-flathubbot-prs": true
} }