From 361a74b65b94f2a22b9f4929bdee0a6b60a9655d Mon Sep 17 00:00:00 2001 From: Francesco Timperi Tiberi Date: Mon, 9 Dec 2024 21:43:58 +0100 Subject: [PATCH] chore: builds also for ARM64 --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index f9724a8..4a45aac 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -74,7 +74,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 tags: ghcr.io/nuvolaris/openserverless-streamer:${{ env.IMG_TAG }} # For pull requests, export results to the build cache. # Otherwise, push to a registry.