Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pass multi-architecture platform args to ACR build tool #18

Open
michaels0184 opened this issue Aug 15, 2024 · 1 comment
Open

Comments

@michaels0184
Copy link

We currently use Docker with BuildX to create multi architecture images like this...

docker buildx build --file "$DOCKERFILE" --platform "linux/amd64,linux/arm64"

But with ACR build we cannot achieve this without using Docker to create a manifest after building both architecture images using the ACR then still having to rely on Docker to create the manifest after and annotating both architectures before pushing that to the ACR. We want to avoid using Docker all together and rely fully on the ACR capabilities. If we could do something along the lines of....

az acr build --registry "$DOCKER_REGISTRY" --file "$dockerfile" --platform "linux/amd64,linux/arm64"

@ams0
Copy link
Contributor

ams0 commented Aug 20, 2024

It could be fixed by #13 but I don't have commit/merge access to this repo anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants