Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 11, 2024
1 parent fc0e616 commit 24bf592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
needs: build
strategy:
matrix:
ARCHITECTURE: [amd64, arm64]
ARCHITECTURE: [
amd64,
# arm64,
]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 24bf592

Please sign in to comment.