Skip to content

Commit

Permalink
Add all options in architecture and distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 19, 2024
1 parent f29affc commit d3383f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,20 @@ on:
- ["rpm"]
- ["deb"]
- ["tar"]
default: '["rpm","deb"]'
- ["rpm","deb"]
- ["rpm", "tar"]
- ["deb", "tar"]
- ["rpm","deb","tar"]
default: ["rpm","deb"]
required: true
architecture:
description: "Architecture of the package [x64, arm64]"
type: choice
options:
- ["x64"]
- ["arm64"]
default: '["x64","arm64"]'
- ["x64","arm64"]
default: ["x64","arm64"]
required: true
checksum:
description: "Generate package checksum?"
Expand Down

0 comments on commit d3383f7

Please sign in to comment.