diff --git a/.goreleaser.yml b/.goreleaser.yml index f0697008..e67d7b9f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,6 +8,10 @@ build: goarch: - 386 - amd64 + - arm + - arm64 + goarm: + - 6 ignore: - goos: darwin goarch: 386 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6a895d..34b6dd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- Starting from this release, we're releasing official ARMv6 and ARM64 binaries + for Linux + ([#375](https://github.com/go-task/task/issues/375), [#418](https://github.com/go-task/task/issues/418)). - Task now respects the order of declaration of included Taskfiles when evaluating variables declaring by them ([#393](https://github.com/go-task/task/issues/393)).