Skip to content

Commit

Permalink
Adjust versions.json field ordering to be more human-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 9, 2024
1 parent 885ba43 commit 09d6a0c
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 495 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN set -eux; \
{{ $osArch | @sh }}) \
{{ # TODO remove this "build-from-source" logic when 1.20 is EOL / 1.22 is GA -}}
{{ if (.url | not) or always_build_from_source then ( -}}
export {{ .env | to_entries | map(.key + "=" + (.value | @sh)) | join(" ") }}; \
export {{ .env | to_entries | sort_by(.key) | map(.key + "=" + (.value | @sh)) | join(" ") }}; \
{{ ) else ( -}}
url={{ .url | @sh }}; \
sha256={{ .sha256 | @sh }}; \
Expand Down
Loading

0 comments on commit 09d6a0c

Please sign in to comment.