Skip to content

Commit

Permalink
Add QNX and OSX to known platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Aug 6, 2024
1 parent cfe9e8f commit 0e0ef4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rule/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ var KnownPlatforms = []Platform{
{"openbsd", "amd64"},
{"openbsd", "arm"},
{"openbsd", "arm64"},
{"osx", "386"},
{"osx", "amd64"},
{"osx", "arm"},
{"osx", "arm64"},
{"qnx", "386"},
{"qnx", "amd64"},
{"qnx", "arm"},
{"qnx", "arm64"},
{"plan9", "386"},
{"plan9", "amd64"},
{"plan9", "arm"},
Expand Down

0 comments on commit 0e0ef4c

Please sign in to comment.