Skip to content

Commit 5e1bc75

Browse files
authored
Fix amd64 deployments (but break arm64) (#484)
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.
1 parent dc462ef commit 5e1bc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_tag_and_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
include:
5757
- os: "ubuntu-24.04"
5858
image: "linux/amd64"
59-
- os: "ubuntu-24.04-arm"
60-
image: "linux/arm64"
59+
# - os: "ubuntu-24.04-arm"
60+
# image: "linux/arm64"
6161
needs: tag
6262
name: Build and push image
6363
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)