From d97501842bd862bd4c925b5e87ba00261eda242f Mon Sep 17 00:00:00 2001 From: kaschula <48677342+kaschula@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:53:49 +0000 Subject: [PATCH] Update Docker release action with multi-platform Update the docker/build-push-action@v2 to include the `platforms: linux/amd64,linux/arm64` argument. This will ensure the Docker release step builds for the arm64 as well as amd64 platforms. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d5f5c4c6..f9c9136bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,7 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm64 tags: | openapitools/openapi-diff:${{ github.event.inputs.releaseVersion }} openapitools/openapi-diff:latest