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

Publish Docker images for ARM #44

Open
ngosang opened this issue Aug 5, 2022 · 0 comments
Open

Publish Docker images for ARM #44

ngosang opened this issue Aug 5, 2022 · 0 comments

Comments

@ngosang
Copy link

ngosang commented Aug 5, 2022

You don't need to make changes in your code, just build the Docker images in a different way.

Manual multi-arch build:

docker buildx create --use
docker buildx build -t sapcc/mosquitto-exporter:0.8.0 --platform linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x .

# add --push to publish to DockerHub

Automate Docker build and publishing with GitHub actions:
https://github.com/FlareSolverr/FlareSolverr/blob/master/.github/workflows/release-docker.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant