Skip to content

Commit

Permalink
Disable ARM64 because its failing intermittently and also unstable
Browse files Browse the repository at this point in the history
Signed-off-by: Imran M Yousuf <imyousuf@gmail.com>
  • Loading branch information
imyousuf committed Mar 22, 2021
1 parent 7bbbb39 commit 2278edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: docker_build
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
imyousuf/webhook-broker:${{ github.sha }}
imyousuf/webhook-broker:latest
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
id: build_push
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
imyousuf/webhook-broker:${{ steps.get_version.outputs.VERSION }}
ghcr.io/imyousuf/webhook-broker:${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 2278edf

Please sign in to comment.