Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Apr 2, 2018
1 parent 4b19628 commit d8db856
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
dist
data

# Binaries for programs and plugins
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ goreleaser --skip-publish --rm-dist --skip-validate
- Commit latest changes
- [Tag] a version `git tag -a v1.4 -m "my version 1.4"`
- Push tag `git push origin v1.5`
- Run: `goreleaser`
- Run: `goreleaser --rm-dist`

## Resources

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine
RUN apk --no-cache add ca-certificates
RUN apk update && apk add rsync
COPY irsync /
WORKDIR /
CMD ["/irsync"]
1 change: 1 addition & 0 deletions dockerfiles/arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM arm32v6/alpine
RUN apk --no-cache add ca-certificates
RUN apk update && apk add rsync
COPY irsync /
WORKDIR /
CMD ["/irsync"]

0 comments on commit d8db856

Please sign in to comment.