Skip to content

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent 40a5c46 commit ec94678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ builds:
- windows
goarch:
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM scratch

ENTRYPOINT ["/kraken-dca"]
COPY kraken-dca /
COPY kraken-dca /
ENTRYPOINT ["/kraken-dca"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/primexz/KrakenDCA

go 1.22.1
go 1.22

require github.com/aopoltorzhicky/go_kraken/rest v0.0.4

Expand Down

0 comments on commit ec94678

Please sign in to comment.