Skip to content

Commit b424f21

Browse files
authored
Build Linux/ARM64 Docker image (#336)
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.
1 parent b5103fd commit b424f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
context: .
6363
push: true
64+
platforms: linux/amd64,linux/arm64
6465
tags: |
6566
openapitools/openapi-diff:${{ github.event.inputs.releaseVersion }}
6667
openapitools/openapi-diff:latest

0 commit comments

Comments
 (0)