Skip to content

Commit

Permalink
Compile for alpine/glibc (#113)
Browse files Browse the repository at this point in the history
* Compile for alpine/glibc
* Fix format
  • Loading branch information
rdsubhas authored Jan 28, 2019
1 parent 7979841 commit 158841a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ go run github.com/omeid/go-resources/cmd/resources \
-declare -var=FS -output core/bindata.go -package core tmp/*

# Cross compile
export CGO_ENABLED=0
go run github.com/mitchellh/gox \
-osarch="darwin/amd64 linux/amd64 windows/amd64" \
-ldflags="-s -w" \
Expand Down
4 changes: 2 additions & 2 deletions core/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -10546,7 +10546,7 @@ func init() {
fi: FileInfo{
name: "LICENSES",
size: 124825,
modTime: time.Unix(0, 1541645459197293414),
modTime: time.Unix(0, 1548683678287010268),
isDir: false,
},
}, "/tmp/version": {
Expand All @@ -10556,7 +10556,7 @@ func init() {
fi: FileInfo{
name: "version",
size: 7,
modTime: time.Unix(0, 1541645457738699903),
modTime: time.Unix(0, 1548683676553929667),
isDir: false,
},
},
Expand Down

0 comments on commit 158841a

Please sign in to comment.