bluet / docker-cronicle-docker

Scheduling dockerized Cronicle cron jobs run in docker container.
MIT License
105 stars 26 forks source link

Publish Docker images for ARM architecture #11

Closed ngosang closed 3 years ago

ngosang commented 3 years ago

You can publish images for other architectures. For example, RaspberryPi has an ARM processor.

Run:

docker buildx create --use
docker buildx build -t bluet/cronicle-docker:0.8.62-1 --platform linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x --push .

You will see something like that in DockerHub image

bluet commented 3 years ago

done in https://github.com/bluet/docker-cronicle-docker/commit/82037838eb87708329efa0f2c33d683f9a5535bd
result https://hub.docker.com/r/bluet/cronicle-docker/tags

But as official docker image supports only linux/amd64 and linux/arm64/v8 we supports those two too. https://hub.docker.com/_/docker?tab=tags