From de45e48c37ed1c6bb4d0a63941a0be3ef9127239 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 4 Jul 2022 11:49:15 -0300 Subject: [PATCH] Release ARM binaries to Snap. Deprecate i386 Actually done here: https://github.com/go-task/snap/blob/master/snap/snapcraft.yaml Closes #795 --- CHANGELOG.md | 5 +++++ docs/docs/releasing.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5892e401..4976cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +- Starting on this release, ARM architecture binaries are been released to Snap + as well + ([#795](https://github.com/go-task/task/issues/795)). +- i386 binaries won't be available anymore on Snap because Ubuntu removed the support + for this architecture. - Upgrade mvdan.cc/sh, which fixes a bug with associative arrays ([#785](https://github.com/go-task/task/issues/785), [mvdan/sh#884](https://github.com/mvdan/sh/issues/884), [mvdan/sh#893](https://github.com/mvdan/sh/pull/893)). diff --git a/docs/docs/releasing.md b/docs/docs/releasing.md index 67e70e02..d8c1f8bf 100644 --- a/docs/docs/releasing.md +++ b/docs/docs/releasing.md @@ -25,9 +25,9 @@ The exception is the publishing of a new version of the [snap package][snappackage]. This current require two steps after publishing the binaries: -* Updating the current version on [snapcraft.yaml][snapcraftyaml]; -* Moving both `i386` and `amd64` new artifacts to the stable channel on -the [Snapcraft dashboard][snapcraftdashboard] +* Updating the current version on [snapcraft.yaml][snapcraftyaml]. +* Moving both `amd64`, `armhf` and `arm64` new artifacts to the stable channel on +the [Snapcraft dashboard][snapcraftdashboard]. # Scoop