From 21433e8494b3cea55dd0ff5d073da082bdeaf0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Hejman?= Date: Fri, 5 Jul 2024 18:06:51 +0200 Subject: [PATCH] Build nightly Docker images for both platforms (#469) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fc682100..28f25915a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,5 +40,6 @@ jobs: push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} build-args: | QUESMA_BUILD_SHA=${{ github.sha }} + platforms: linux/amd64,linux/arm64 env: DOCKER_BUILD_NO_SUMMARY: true \ No newline at end of file