Skip to content

Commit

Permalink
disable docker test on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Feb 15, 2024
1 parent 8211dc2 commit 45a873c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ jobs:
runner: ubuntu-latest
# FIXME: try macos-14 runner once all actions support it
# docker buildx action broken as of 2024-02-09
- platform: linux/arm64
runner: custom-macos
# - platform: linux/arm64
# runner: custom-macos
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 45a873c

Please sign in to comment.