mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 20:32:19 +01:00
feat: Add support for different processor architectures (#518)
ARM, ARM64
This commit is contained in:
@@ -4,8 +4,8 @@ export enum Tool {
|
||||
Repo = 'hugo',
|
||||
CmdName = 'hugo',
|
||||
CmdOptVersion = 'version',
|
||||
TestVersionLatest = '0.62.2',
|
||||
TestVersionSpec = '0.61.0'
|
||||
TestVersionLatest = '0.83.1',
|
||||
TestVersionSpec = '0.82.1'
|
||||
}
|
||||
|
||||
export enum Action {
|
||||
|
||||
Reference in New Issue
Block a user