Split go_target into go_os and go_arch

This commit is contained in:
Tobias Speicher
2023-11-01 22:43:38 +01:00
parent 10cbc169c1
commit ce53ea32c6
3 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
Enhancement: Add support for `--json` option to `version` command
Restic now supports outputting restic version and used go version and platform
target via json when using the version command.
Restic now supports outputting restic version and used go version, OS and
architecture via JSON when using the version command.
https://github.com/restic/restic/issues/4547
https://github.com/restic/restic/pull/4553