add arch type

This commit is contained in:
KorenKrita 2022-08-26 23:25:05 +08:00 committed by GitHub
parent a17f645514
commit 5c117a58d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,9 @@
if (str == 'amazon') { if (str == 'amazon') {
return 'redhat'; return 'redhat';
} }
if (str == 'arch') {
return 'archlinux';
}
return ''; return '';
}, },
group() { group() {