We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, only amd64 image is available on docker hub.
Can you add it for armv7 ?
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.
The text was updated successfully, but these errors were encountered:
Much needed, also arm64
Sorry, something went wrong.
No branches or pull requests
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:
Same as #285. All the platforms that rathole supports could have its own docker image for a simpler usability.
The text was updated successfully, but these errors were encountered: