Skip to content

Commit

Permalink
fixed bug in xlget dockerfile for multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
luisguillenc committed Oct 26, 2020
1 parent b1c338d commit 599fa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.xlget
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN go mod download

## build
COPY . .
RUN make binaries SYSTEM="GOOS=linux GOARCH=${arch}"
RUN make binaries SYSTEM="$(scripts/go-compile-args)"

## create docker
FROM scratch
Expand Down

0 comments on commit 599fa7a

Please sign in to comment.