1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

Release ARMv6 and ARM64 binaries on Linux

Closes #375
Closes #418
This commit is contained in:
Andrey Nering
2021-01-03 19:10:28 -03:00
parent b2f08c9c20
commit 6630113fef
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ build:
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
ignore:
- goos: darwin
goarch: 386

View File

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