update to 0.8.1. Really the project will need 0.9.0 though
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
35396d16cd
commit
ad7db3b213
|
@ -105,6 +105,6 @@ RUN tar -czf aws-c-auth-clang.tgz /usr/local/*
|
||||||
|
|
||||||
FROM alpine:3.13 as final
|
FROM alpine:3.13 as final
|
||||||
COPY --from=auth /aws-c-auth-clang.tgz /
|
COPY --from=auth /aws-c-auth-clang.tgz /
|
||||||
ADD https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz /
|
ADD https://ziglang.org/download/0.8.1/zig-linux-x86_64-0.8.1.tar.xz /
|
||||||
RUN tar -xzf /aws-c-auth-clang.tgz && mkdir /src && tar -C /usr/local -xf zig-linux* && \
|
RUN tar -xzf /aws-c-auth-clang.tgz && mkdir /src && tar -C /usr/local -xf zig-linux* && \
|
||||||
ln -s /usr/local/zig-linux*/zig /usr/local/bin/zig
|
ln -s /usr/local/zig-linux*/zig /usr/local/bin/zig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user