Skip to content

Commit

Permalink
disabling arm
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed May 14, 2024
1 parent 7fb3aa5 commit 866a067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
platform: linux/amd64
# Using 16 vcpu on arm as 8vcpu seems to stay stuck on runner acquisition.
# (5/13). We can switch back to 8vcpu one buildjet starts working as intended again.
- os: buildjet-16vcpu-ubuntu-2204-arm
platform: linux/arm64
#- os: buildjet-16vcpu-ubuntu-2204-arm
# platform: linux/arm64
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 866a067

Please sign in to comment.