Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Nov 17, 2023
1 parent 1f00dda commit 2a4e1ef
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ To use this development container in Visual Studio Code, specify the `Dockerfile

Everything needed to Rust and Protocol buffers from stable toolchain.

* rustfmt
* clippy
* rust-analyzer
* valgrind

#### Deployments

[Releases](https://github.com/xmtp/rust/pkgs/container/rust)
Expand All @@ -34,7 +39,7 @@ Everything needed to Rust and Protocol buffers from stable toolchain.
- BuildKit TARGETARCH
`$ DOCKER_BUILDKIT=1 docker build . -t ... `

## arm64
## platform

To build locally, run:
` $ sh build.sh `
Expand All @@ -50,8 +55,7 @@ ENV PATH=${PATH}:~/.cargo/bin
RUN cargo build
```

### Architecture
### Architecture Deployments (GHCR)
* linux/amd64
* linux/arm64

# rust

0 comments on commit 2a4e1ef

Please sign in to comment.