SAP / SapMachine-infrastructure

Tools, scripts and infrastructure required to built, test and maintain the SapMachine project
Apache License 2.0
21 stars 14 forks source link

Modify dockerfile to contain arm64 and ppc64el platforms #33

Closed chalstrick closed 1 year ago

RealCLanger commented 1 year ago

Goes into the right direction. However, as we discussed, please rather try to take the suggestions of https://github.com/docker-library/official-images#multiple-architectures, especially the dpkg --print-architecture one like in https://github.com/docker-library/golang/blob/b879b60a7d94128c8fb5aea763cf31772495511d/1.16/buster/Dockerfile#L24-L68 for figuring out the actual platform and selecting the deb repository.