Skip to content

Commit

Permalink
Merge pull request #8 from dhalturin/fix-goarch-param
Browse files Browse the repository at this point in the history
removed redundant make param
  • Loading branch information
marriva authored Dec 28, 2023
2 parents 6179778 + 765be56 commit c4fbce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY main.go Makefile /src/
COPY pkg /src/pkg

RUN make build CGO_ENABLED=0 GOOS=linux GOARCH=amd64
RUN make build CGO_ENABLED=0 GOOS=linux

FROM alpine:3.17

Expand Down

0 comments on commit c4fbce2

Please sign in to comment.