Switch to using buildx #9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ENV NOTIFY_PUSH_VERSION v0.2.0
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
git clone --branch $NOTIFY_PUSH_VERSION https://github.com/nextcloud/notify_push.git .; \
|
git clone --branch $NOTIFY_PUSH_VERSION https://github.com/nextcloud/notify_push.git .; \
|
||||||
cargo build --release --target=x86_64-unknown-linux-musl;
|
cargo build --release;
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue