feat: Add support for different processor architectures (#518)

ARM, ARM64
This commit is contained in:
Steve Teuber
2021-05-27 06:03:38 +02:00
committed by GitHub
parent 65bdbf15ab
commit 6d30a88741
10 changed files with 859 additions and 718 deletions

View File

@@ -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 {