We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6be030 commit a1ace62Copy full SHA for a1ace62
pkgs/confs/github_versions.go
@@ -40,4 +40,5 @@ coursier/coursier
40
Enter-tainer/typst-preview
41
asciinema/agg
42
gvcgo/asciinema
43
-upx/upx`
+upx/upx
44
+odin-lang/Odin`
pkgs/utils/utils.go
@@ -66,6 +66,7 @@ var PlatformMap = map[string]string{
66
"win": Windows,
67
"osx": MacOS,
68
"linux": Linux,
69
+ "ubuntu": Linux,
70
"windows": Windows,
71
"freebsd": "freebsd",
72
"aix": "aix",
0 commit comments