From 812ee63d1856cecbc7bcfd0161b65e152465764f Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Fri, 10 Jul 2020 18:05:36 +0100 Subject: [PATCH] chore: remove explicit architectures remvoing as specifying the subset of architectures you want to build on has side-effects, like the resulting snap is labeled as "multi" arch, and the snapstore UI lists it as building on i386 the whole time. License: MIT Signed-off-by: Oli Evans --- snap/snapcraft.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 05ad832f8..3602a2fcb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,10 +14,6 @@ base: core18 grade: stable confinement: strict -# skip building on `ppc64el` and `s390x` to save some cpu cycles. -architectures: - - build-on: [amd64, arm64, armhf, i386] - apps: ipfs: command: ipfs