From 65509b1113af4b78fe395964b0b75a9e8c3d896a Mon Sep 17 00:00:00 2001 From: Ian Torres Date: Sat, 5 Oct 2024 13:40:32 -0300 Subject: [PATCH] Fixed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf52bb8..f9b3e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: iantorres/boosted:latest-${{ matrix.arch }} + tags: iantorres/boosted:latest platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file