Skip to content

Commit

Permalink
Revert arm64 docker image building in CI (for now) (#6532)
Browse files Browse the repository at this point in the history
This PR reverts PRs #6525 and #6531, due to problems building
the arm64 images with GitHub Actions
  • Loading branch information
justinclift authored Oct 18, 2023
1 parent 36dd3e9 commit 54c4a42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
test_all_deps=true
cache-from: type=ghq
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
env:
DOCKER_CONTENT_TRUST: true

Expand Down
1 change: 0 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
network-timeout 600000

0 comments on commit 54c4a42

Please sign in to comment.