Skip to content

Commit

Permalink
Disabled cross-compiled executables since its impossible to do using …
Browse files Browse the repository at this point in the history
…CGO.
  • Loading branch information
bruno.chavez committed May 4, 2019
1 parent 390ed10 commit 02f4c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ script:

before_deploy:
- GOOS=linux GOARCH=amd64 go build -o restedancestor-linux-amd64
- GOOS=windows GOARCH=amd64 go build -o restedancestor-windows-amd64.exe
- GOOS=darwin GOARCH=amd64 go build -o restedancestor-macos-amd64

deploy:
provider: releases
Expand All @@ -24,7 +22,5 @@ deploy:
secure: XRhWYa6k1IQCRgWURl0CSj2SzSgJu62YRfwXEFZMkE15LZVdcM3nYwbsGEMv5o3Iw1C0GqWrcCGUGOZpCoOCP+24qo2l3LeR1tvvOcT8dHt4Ze3oRT3Dsl0xPj95/nX5qhuvDKo1hVvQ8+VEs1YXvik/mstWMM3IVFf32eeG+LN0r8RGSwZKCcrTpF6r5lsWWROLowpQ7smiE1e8S0fBuhEQOs2ULnRnANT5d++458ETClSe0DvTPvq859XbwnwzspIXIW7Oq/KUmrhsFe4kXqcgCkwMVaTK6xKdFdvu8Qgs6X8prRpVeqFcSstFIivjUblnZ1xS/oOZUjMn/XxvWmTUSpPZsrYWNJIGl5NVLR+cmptRqCW8aP0VVFV0+IbDKwOPU3jEVTbUAjwGwcH6j6O8AXu6S9hXAU08daZ1iG30kWijalQ3ZYC2whKsaXP8McZQPXLhnWTZEDKJlGqW+bIWPE3ttbW36siWsw7r3e+xi8PiLIFU2ARUfcnZCFurz5RuuEmAtFb1LqcPtYkDAdH6MZYQE1riKcBO5ghvOMqo50QHoa215imaVigBCErteGW+TH/g8lj+s5JMCj240of0/liJDVaSa09x7mJ+OYzs1bBVOUvVkbG92IDa5H9vjOnBAmtKOnaqNnrzX1mWwUVGLYuQZcu/i+Qhu6D2F8c=
file:
- "restedancestor-linux-amd64"
- "restedancestor-windows-amd64.exe"
- "restedancestor-macos-amd64"
on:
tags: true
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ either way follow instructions below.

### Executables:

`restedancestor` supports Linux, Windows and Mac,
and can be downloaded
[here](https://github.com/bruno-chavez/restedancestor/releases)
simply click on the one that has your OS and architecture on its name.
`restedancestor` supports Linux, Windows and Mac, but you need
to compile it yourself since the project uses CGO,
cross-compiling can't be enabled.

After its downloaded, place the executable in a directory with
a subdirectory name database and the `database.db` file in it copy
Expand Down Expand Up @@ -265,8 +264,8 @@ Content-Length: 0

## Notes

This is a pretty small and niche project, created mainly to have fun,
so do that!
This is a pretty small and niche project, created mainly
to have fun and learn, so do that!

Only tested on Linux.

Expand Down

0 comments on commit 02f4c47

Please sign in to comment.