Setting conditional variables in a Dockerfile
I'm trying to create a multi-architecture docker image via buildkit, using the predefined TARGETARCH arg variable. What I want to do is - I think - something like bash variable indirection, but I understand that's not supported and I'm struggling…