fix: allow for other archs

This commit is contained in:
Tom Hu 2024-01-30 22:26:11 -08:00
parent 98ab2c591b
commit dc46f7bd87
No known key found for this signature in database
GPG key ID: 79155678363963D2
5 changed files with 17 additions and 4 deletions

3
dist/index.js vendored
View file

@ -32477,6 +32477,9 @@ const PLATFORMS = [
'linux',
'macos',
'windows',
'alpine',
'linux-arm64',
'alpine-arm64',
];
const setFailure = (message, failCi) => {
failCi ? core.setFailed(message) : core.warning(message);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long