Skip to content

Commit

Permalink
Attempt to fix ARM Docker image publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Mar 28, 2024
1 parent 96c2f70 commit 5e936aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
include:
- os: ubuntu-latest
platform: linux/amd64
- os: buildjet-4vcpu-ubuntu-2204-arm
- os: buildjet-8vcpu-ubuntu-2204-arm
platform: linux/arm64
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5e936aa

Please sign in to comment.