Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemancda/c117f49231902c926b59be9c2630d9d2 to your computer and use it in GitHub Desktop.
Save colemancda/c117f49231902c926b59be9c2630d9d2 to your computer and use it in GitHub Desktop.
diff --git a/Sources/TSCUtility/Triple.swift b/Sources/TSCUtility/Triple.swift
index 0b682c8..5f2dbd3 100644
--- a/Sources/TSCUtility/Triple.swift
+++ b/Sources/TSCUtility/Triple.swift
@@ -45,6 +45,8 @@ public struct Triple: Encodable, Equatable {
case aarch64
case amd64
case armv7
+ case armv6
+ case armv5
case arm
case arm64
case arm64e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment