rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.8k stars 440 forks source link

Add armv7 support in docker images #320

Open Chuckame opened 5 months ago

Chuckame commented 5 months ago

Currently, only amd64 image is available on docker hub.

Can you add it for armv7 ?

As indicated here, the only change would be inside your github actions:

      [...]
      - name: Build and push
        uses: docker/build-push-action@v5
        with:
          [...]
          platforms: linux/amd64,linux/armv7

Same as https://github.com/rapiz1/rathole/pull/285. All the platforms that rathole supports could have its own docker image for a simpler usability.

realchandan commented 1 week ago

Much needed, also arm64