Simon Zolin
eb6c4eb132
+ release.sh: add armv5 build
...
Close #1239
Squashed commit of the following:
commit 707e2f8e265e294c7b1328c375648f799a5ae293
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jan 10 16:32:52 2020 +0300
leave "AdGuardHome_linux_arm" by default
commit cca01fd03200e70d6ee2201540570382f2b7fdf4
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jan 10 14:53:37 2020 +0300
fix auto-update; update readme
commit f393a4f511861ef1998c68775bb8f234c5ce1838
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jan 10 13:00:37 2020 +0300
+ release.sh: add armv5 build; rename armv6 build
commit 73f2d20ba6b0a94a9929882fe15175ba80b528d7
Author: Simon Zolin <s.zolin@adguard.com>
Date: Fri Jan 10 12:59:55 2020 +0300
* release.sh: fix indentation
2020-01-15 18:58:12 +03:00
Andrey Korolyov
4b2a2615cb
i386/linux: don't build binary with sse
...
The vast majority of today's x86 routers are amd64-based, and the rest are probably either
very old computers or specialized hardware such as PCEngines' ALIX series. For Go language,
adding GO386=387 disables SSE optimizations made by a compiler, effectively allowing binary
to run on old CPUs such as SC1100 or Geode LX.
2019-09-11 16:25:40 +03:00
Simon Zolin
124d73bd32
+ release.sh: add freebsd/amd64 distrib
2019-07-05 14:42:32 +03:00
Simon Zolin
6d3099acd3
* release.sh: add AdGuardHome/ directory to .tar.gz output file
2019-06-06 11:41:53 +03:00
Andrey Meshkov
3958330560
Fix #773 - preparing the new update channel
2019-06-06 03:00:15 +03:00
Andrey Meshkov
6edfe1bb8e
Add GOMIPS=softfloat
2019-03-22 10:40:38 +03:00
Andrey Meshkov
bd31151c1f
More platforms
2019-02-27 12:41:37 +03:00
Andrey Meshkov
71ab95f12f
Bump version to v0.93
2019-02-25 19:04:41 +03:00
Eugene Bujak
2de0f82bbc
release.sh -- don't require directory of this repo to be named specifically
2019-02-18 21:13:58 +03:00
Eugene Bujak
e2956cae82
release.sh -- Place the targz into dist subdir
2019-02-15 16:28:28 +03:00
Eugene Bujak
110434c2d5
Fix broken tar.gz not having a subdirectory inside.
2019-02-15 16:28:28 +03:00
Eugene Bujak
f417f6257f
release.sh -- there is no need to run make clean
2019-02-15 16:28:28 +03:00
Andrey Meshkov
4b4cb99b30
Closes #557 : Travis deploy
2019-01-25 22:12:48 +03:00
Eugene Bujak
6cd93139fd
Add release.sh script that I've been using to build release binaries.
2019-01-04 22:12:43 +03:00