From dc0f1a1e0a3d1c489f96dc23f9b8354e42b92caa Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 5 Oct 2023 09:34:47 -0300 Subject: [PATCH] ci: drop temporally arm64 attempt --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ad131e..8b24ae3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,7 @@ jobs: - ruby - scratch - static - os: - - ubuntu-latest - - ARM64 - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: run tests @@ -79,4 +76,4 @@ jobs: context: ./${{ matrix.platform }} push: true tags: ${{ steps.tags.outputs.tag }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64