Skip to content

Commit

Permalink
Removed 'linux-arm' (32-bit) from debian package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 20, 2023
1 parent 79f9a90 commit 43a68f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
if: ${{ needs.set-version-number.outputs.is-release == 'true' }}
strategy:
matrix:
arch: [ "linux-arm", "linux-arm64", "linux-x64" ]
arch: [ "linux-arm64", "linux-x64" ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 43a68f3

Please sign in to comment.