17 Commits

Author SHA1 Message Date
Sam Zaydel
2dcd82f331
Add support for generating illumos/amd64 targeted builds (#3907)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
2023-06-14 23:13:17 +02:00
znley
0b5709648c
add loongarch64 to the install script (#3741) 2023-03-28 10:34:20 +02:00
Ludovic Fernandez
9a8a056e9f
chore: fix install script (revert) (#3514) 2023-01-28 15:23:20 +01:00
Herman van Zyl
52e2f9338e
chore: fix latest install to cater for existing users who installed using '-s latest' (#3513) 2023-01-28 13:54:24 +00:00
Mark Fine
d57156ec22
chore: fix install.sh to point at releases API (#3510) 2023-01-28 01:17:38 +00:00
Oksana Grishchenko
6f7f8aebbe
Build NetBSD binaries (#3442)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-12-30 14:02:52 +01:00
Ludovic Fernandez
c0532b3a5f
dev: add riscv64 to the install script (#3220) 2022-09-15 09:09:07 +02:00
Kyungmin Bae
9d9855c149
fix: update uname_os from shlib in install.sh (#1944) (#2388) 2022-01-01 21:05:31 +01:00
iwankgb
77e211ba75
Replacing Travis with Github actions (#1056)
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-05-03 15:17:41 +03:00
Xiang Dai
9b3e3cfbc5 Add MIPS arch support
Signed-off-by: Xiang Dai <764524258@qq.com>
2020-02-03 10:41:24 +08:00
Trevor Pounds
ec615e02ce Update install.sh. 2019-12-29 21:44:06 -05:00
Isaev Denis
c87c37210f
dev: update install.sh (#672) 2019-09-10 11:09:39 +03:00
Juan Carlos
338e3fbf24 Fix install script on Windows (#626)
`adjust_format()` should use OS and not ARCH. In Windows, `$OS` will be calculated to be `"windows"` while `$ARCH` will be `"386"` or `"amd64"` (most of the time). `$ARCH` will surely never be `"windows"`.
2019-09-10 10:05:15 +03:00
Isaev Denis
66d4a16c6a
Merge branch 'master' into lukeshu/reproduce 2019-06-09 13:18:41 +03:00
Alexey Palazhchenko
778888a6f5 Make install script work on Windows.
Closes #472.
2019-06-09 13:01:30 +03:00
Luke Shumaker
2508856219 Makefile: Be clear about exactly which files are generated, and how
This mostly aims to document how everything was generated, and the steps
necessary to re-generate the same files verbatim; the goal is to figure
out how to reproduce the files as they currently are.  The exception is
that we strip out the timestamp out of install.sh.
2019-06-05 01:04:00 -04:00
Kishan B
59c3d20303 Add install.sh to the repo and update readme. Fixes #233 2018-10-03 23:28:30 +03:00