mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
@@ -8,6 +8,10 @@ build:
|
|||||||
goarch:
|
goarch:
|
||||||
- 386
|
- 386
|
||||||
- amd64
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
goarm:
|
||||||
|
- 6
|
||||||
ignore:
|
ignore:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: 386
|
goarch: 386
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
- Task now respects the order of declaration of included Taskfiles when
|
||||||
evaluating variables declaring by them
|
evaluating variables declaring by them
|
||||||
([#393](https://github.com/go-task/task/issues/393)).
|
([#393](https://github.com/go-task/task/issues/393)).
|
||||||
|
|||||||
Reference in New Issue
Block a user