Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add architecture input * Add architecture input to download base url * Refactor zip binary extraction to reflect architecture * Fix linting issues * Update generated dist * Add architecture validation to main run function * Fix unused parameter in 'isValidArchitecture' function * Update generated dist * Rename 'arc' to 'archive' Given that we also have a concept of 'architecture' now, renaming 'arc' to 'archive' for the sake of clarity. * Add 'architecture' input variable documentation to README * Add 'architecture' input specification to README example with custom inputs * Update test workflow with architectures * Add architecture input to action yml definition * Revert "Add 'architecture' input variable documentation to README" This reverts commit 0ed2533. * Revert "Add architecture input to action yml definition" This reverts commit 75e363e. * Revert "Update test workflow with architectures" This reverts commit 097ab58. * Revert "Add 'architecture' input specification to README example with custom inputs" This reverts commit 82d6d62. * Compute architecture from process.arch * Revert "Update generated dist" This reverts commit d26ebc9. * Revert "Update generated dist" This reverts commit 54a1de7. * Fix linting issues
- Loading branch information