Skip to content

Commit

Permalink
Re-enabling ARM containers as the issue is fixed in .NET 8 IIRC
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Aug 14, 2024
1 parent 29baee8 commit 3e9d848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

deploy-azure:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

deploy-azure:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e9d848

Please sign in to comment.