Skip to content

Commit

Permalink
Enable assembly of DEB packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Dec 27, 2023
1 parent 1c358da commit d22440e
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 @@ -50,7 +50,7 @@ jobs:
exclude:
# skip arm64 until we have arm runners
- architecture: arm64
- distribution: [tar, deb] # Exclude deb assembly until it's implemented
- distribution: [tar]

uses: ./.github/workflows/r_assemble.yml
with:
Expand Down

0 comments on commit d22440e

Please sign in to comment.