Skip to content

Commit

Permalink
Fix amd64 deployments (but break arm64) (#484)
Browse files Browse the repository at this point in the history
The previous release broke amd64 deployments, while adding arm64. Given
amd64 is more popular than arm64, this commit reinstates amd64, while
unfortunately breaking arm64 again, until we can find a proper fix.
  • Loading branch information
johnboyes authored Feb 23, 2025
1 parent dc462ef commit 5e1bc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
include:
- os: "ubuntu-24.04"
image: "linux/amd64"
- os: "ubuntu-24.04-arm"
image: "linux/arm64"
# - os: "ubuntu-24.04-arm"
# image: "linux/arm64"
needs: tag
name: Build and push image
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5e1bc75

Please sign in to comment.