From 2f44a86038c2f3399afb927445ceb2e40694f566 Mon Sep 17 00:00:00 2001 From: Ian Torres Date: Sat, 5 Oct 2024 13:29:03 -0300 Subject: [PATCH] Code fixed. --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d11cd..5bcf155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,14 +5,12 @@ on: jobs: docker: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: include: - - os: ubuntu-latest - arch: amd64 - - os: ubuntu-24.04-arm - arch: arm64 + - arch: amd64 + - arch: arm64 steps: - name: Set up QEMU @@ -31,4 +29,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: iantorres/boosted:latest-${{matrix.arch}} \ No newline at end of file + tags: iantorres/boosted:latest-${{ matrix.arch }} \ No newline at end of file