Skip to content

Commit

Permalink
fix: quit claiming Linux is an unsupported dev environment
Browse files Browse the repository at this point in the history
At least in the case of Debian Bookworm, the Go 1.22.3 runtime on
Linux builds Gilt just fine.  It can even cross-compile working
Universal binaries for Darwin.

Quit drinking the haterade and lying when asked if it's a supported
environment.
  • Loading branch information
nisimond authored and retr0h committed May 24, 2024
1 parent 2e2bb20 commit 4b0c53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks:
cmds:
- echo "Dependency check OK"
preconditions:
- sh: "[ '{{OS}}' = 'darwin' ]"
- sh: "case '{{OS}}' in darwin|linux) true ;; *) false ;; esac"
msg: Operating System '{{OS}}' not supported

- sh: command -v jq
Expand Down

0 comments on commit 4b0c53c

Please sign in to comment.