Skip to content

Commit

Permalink
Merge pull request #692 from kanriapp/main
Browse files Browse the repository at this point in the history
chore: bump tauri cli version number
  • Loading branch information
trobonox authored Oct 20, 2024
2 parents b3ab615 + 5bcc4ac commit 5feff29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt install -y --no-install-recommends \
pkg-config
RUN rustup target add aarch64-unknown-linux-gnu
RUN rustup toolchain install stable-aarch64-unknown-linux-gnu
RUN cargo install --version 1.5.14 tauri-cli
RUN cargo install --version 1.6.2 tauri-cli
WORKDIR /app

ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt install -y --no-install-recommends \
pkg-config
RUN rustup target add armv7-unknown-linux-gnueabihf
RUN rustup toolchain install stable-armv7-unknown-linux-gnueabihf
RUN cargo install --version 1.5.14 tauri-cli
RUN cargo install --version 1.6.2 tauri-cli
WORKDIR /app

ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
Expand Down

0 comments on commit 5feff29

Please sign in to comment.