fully removed alpine

This commit is contained in:
jmjaffe37 2026-07-01 11:59:03 -07:00
parent 1f4d6b3489
commit a8f7bcc45a
No known key found for this signature in database
GPG Key ID: 6EEC81E9469C365F

View File

@ -1,3 +1,3 @@
/* eslint @typescript-eslint/no-unused-vars: "off" -- There is a bug with this rule, it's not working properly with types */
type OsVersions = 'alpine' | 'linux' | 'macos' | 'windows';
type OsVersions = 'linux' | 'macos' | 'windows';
type ArchiveType = 'tar.gz' | 'zip';