From 41de7e7451a47173abe4b8b3b860071099ac19e4 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Thu, 31 Dec 2020 15:27:15 -0600 Subject: [PATCH] Add 32-bit ARM --- com.visualstudio.code.yaml | 12 ++++++++++++ flathub.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 4bba70f..b2f03e5 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -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] diff --git a/flathub.json b/flathub.json index a3da91f..6b191d1 100644 --- a/flathub.json +++ b/flathub.json @@ -1,4 +1,4 @@ { - "only-arches": ["aarch64", "x86_64"], + "only-arches": ["aarch64", "arm", "x86_64"], "automerge-flathubbot-prs": true }