-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# upcoming | ||
# v2.0 (2021-04-18) | ||
|
||
- (new) user interface tweaks | ||
- (new) feed parser fully rewritten | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=1.4 | ||
VERSION=2.0 | ||
GITHASH=$(shell git rev-parse --short=8 HEAD) | ||
|
||
CGO_ENABLED=1 | ||
|
19889c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Releases page, the Linux version really is for Linux64, not Linux32, right?
$ file yarr yarr: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, Go BuildID=R70L45z-wjMaYA18yYLs/KQMe1Fxg9-PCZQqa7CDF/DNmLgGA0qtBqvBKY0C88/bSm04ODHoNC6-Yj3kn08, BuildID[sha1]=3ea8481065a5d7ed3c739ad31dac70b51d487055, stripped
19889c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kseistrup thanks for pointing it out. yes, you're correct - i'd been shipping out x86-64 all this time, mistakenly thinking they were i386.
addressed by renaming all the the references of 32 to 64 in file names