Skip to content

Commit

Permalink
allow specifiying custom image url
Browse files Browse the repository at this point in the history
Signed-off-by: Aisha Tammy <floss@bsd.ac>
  • Loading branch information
epsilon-0 committed Sep 22, 2022
1 parent e21315a commit 76ea6ec
Show file tree
Hide file tree
Showing 7 changed files with 460 additions and 479 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ inputs:
A list of environment variables to forward to the virtual machine.
The list should be separated with spaces.
default: ''
image_url:
required: false
description: |
URL for running the action with a custom image.
default: ''

runs:
using: node12
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add support for OpenBSD ARM64
- Add support for running on macOS 12 hosts
- Add support for custom image URLs

### Changed
- Strip resource binaries to reduce space
Expand Down

0 comments on commit 76ea6ec

Please sign in to comment.