1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

Release ARM binaries to Snap. Deprecate i386

Actually done here: https://github.com/go-task/snap/blob/master/snap/snapcraft.yaml

Closes #795
This commit is contained in:
Andrey Nering 2022-07-04 11:49:15 -03:00
parent ef0ce8224e
commit de45e48c37
2 changed files with 8 additions and 3 deletions

View File

@ -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)).

View File

@ -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