diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 89fdf58..ba492eb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -40,7 +40,7 @@ jobs: id: docker_build uses: docker/build-push-action@v2 with: - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Cargo.lock b/Cargo.lock index 7eb6551..61e826c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "bore-cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b0b22f1..ee54f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bore-cli" -version = "0.2.2" +version = "0.2.3" authors = ["Eric Zhang "] license = "MIT" description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls." diff --git a/README.md b/README.md index 1cbbd9f..5be61ef 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can build the `bore` CLI command from source using [Cargo](https://doc.rust- cargo install bore-cli ``` -We also publish versioned Docker images for each release. Each image is built for AMD 64-bit, Arm 64-bit, and Armv7 architectures. They're tagged with the specific version and allow you to run the statically-linked `bore` binary from a minimal "scratch" container. +We also publish versioned Docker images for each release. Each image is built for AMD 64-bit and Arm 64-bit architectures. They're tagged with the specific version and allow you to run the statically-linked `bore` binary from a minimal "scratch" container. ```shell docker run -it --init --rm --network host ekzhang/bore @@ -52,7 +52,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo The full options are shown below. ```shell -bore-local 0.2.2 +bore-local 0.2.3 Starts a local proxy to the remote server USAGE: @@ -82,7 +82,7 @@ That's all it takes! After the server starts running at a given address, you can The full options for the `bore server` command are shown below. ```shell -bore-server 0.2.2 +bore-server 0.2.3 Runs the remote proxy server USAGE: