docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.28k stars 548 forks source link

can we different contexts for each platform #881

Closed ksdeekshith closed 1 year ago

ksdeekshith commented 1 year ago

Lets say, - uses: actions/build-and-publish with: context: DIFFERENT CONTEXT FOR EACH PLATFORM platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x

crazy-max commented 1 year ago

Not sure what your goal is? Can you explain a bit more please?