Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add armv7 support in docker images #320

Open
Chuckame opened this issue Jan 8, 2024 · 0 comments
Open

Add armv7 support in docker images #320

Chuckame opened this issue Jan 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chuckame
Copy link

Chuckame commented Jan 8, 2024

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 #285. All the platforms that rathole supports could have its own docker image for a simpler usability.

@Chuckame Chuckame added the enhancement New feature or request label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant