From 457c3c4ad614f5cf15f2967515f49606270cb5ac Mon Sep 17 00:00:00 2001 From: mdasberg Date: Sat, 6 Apr 2024 22:53:27 +0200 Subject: [PATCH] feat: docker platforms --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f76e63..9f2ac30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64 push: true tags: ngapimock/standalone:${{ steps.get-version.outputs.version }} - name: publish