alpine-docker / git

A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Apache License 2.0
155 stars 86 forks source link

Multiple architectures #21

Closed alejandro-colomar closed 4 years ago

alejandro-colomar commented 4 years ago

Could you create images for architectures other than amd64?

I want to use it both in amd64 and in the Raspberry pi, but it is arm64/v8.

Right now I need to use alpine:latest, and then install git, which is not very complicated, but it could be nicer :)

ozbillwang commented 4 years ago

If you need, maybe you can raise PR for this request?

alejandro-colomar commented 4 years ago

I'd like to do it, but I don't know how to write the code for it.

ozbillwang commented 4 years ago

understood. I didn’t run it with other platform, so it is not in my work list