Skip to content

Commit

Permalink
ci: drop temporally arm64 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Oct 5, 2023
1 parent f135591 commit dc0f1a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,4 +76,4 @@ jobs:
context: ./${{ matrix.platform }}
push: true
tags: ${{ steps.tags.outputs.tag }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit dc0f1a1

Please sign in to comment.