Skip to content

Commit

Permalink
debugging docker image- use generic target
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jan 23, 2022
1 parent 719bdcc commit a954e8c
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 @@ -5,7 +5,7 @@ ARG RELEASE_NUM
RUN apk add bash sudo wget curl jq git
RUN ./download_zig.sh 0.9.0
RUN zigmod ci
RUN zig build -Dversion=r${RELEASE_NUM} -Drelease
RUN zig build -Dversion=r${RELEASE_NUM} -Drelease -Dtarget=x86_64-linux

FROM alpine
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down

0 comments on commit a954e8c

Please sign in to comment.