commit | e4e437ca991c6df260a896df267fe4619a7d3766 | [log] [tgz] |
---|---|---|
author | Clément Jean <clement.jean@epitech.eu> | Tue Sep 03 05:21:00 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 03 14:21:00 2024 +0200 |
tree | aba24efabdc01282ae62f89afd2f8a74e465924c | |
parent | f3626a86e3aaf6e9d67ea8403992fed13de8e285 [diff] |
feat: multi-arch build for OCI image (#2032) I was trying to build the image on arm64 but this image was specifically made for x86_64. I propose to make the image available for other architectures. As we are using docker buildx we can use the `TARGETARCH` argument ([Automatic platform ARGs in the global scope](https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope)).