mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
fix: only set NOMAD_ALLOC_INDEX as node_id when other cluster config is present
This commit is contained in:
parent
35ce4e8da2
commit
79f7c973e7
3 changed files with 8 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /build
|
|||
|
||||
RUN apk add rustup build-base protoc
|
||||
# todo: arm64 target
|
||||
RUN rustup-init --default-host x86_64-unknown-linux-musl --default-toolchain stable --profile default -y
|
||||
RUN rustup-init --default-host x86_64-unknown-linux-musl --default-toolchain nightly-2024-08-20 --profile default -y
|
||||
|
||||
ENV PATH=/root/.cargo/bin:$PATH
|
||||
ENV RUSTFLAGS='-C link-arg=-s'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue