Fix amd64 build

This commit is contained in:
Tyler 2018-07-31 21:30:53 -04:00
parent 192143be13
commit 485d56d174
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ build-linux-amd64:
script:
- apk --no-cache add git
- go get -d
- GOOS=linux go build -o joker
- GOOS=linux go build -o joker-amd64
artifacts:
paths:
- joker

View File

@ -8,5 +8,5 @@ RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["joker"]
COPY joker /usr/local/bin/joker
COPY joker /usr/local/bin/joker-amd64
RUN chmod +x /usr/local/bin/joker