diff --git a/action.yml b/action.yml index 18533b9..be1128e 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,10 @@ inputs: description: Directory where build artifacts will be placed, relative to workspace required: false default: ./ + target_architecture: + description: Target architecture of Debian package to build + required: false + default: "armhf" runs: using: node12 main: main.js