Skip to content

Commit

Permalink
lookup: skip cheerio on s390 (#888)
Browse files Browse the repository at this point in the history
It now depends on `esbuild`, which doesn't support this platform.
  • Loading branch information
targos authored Dec 8, 2021
1 parent deb0a66 commit 0779943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"skip": "win32"
},
"cheerio": {
"skip": ["aix", "win32"],
"skip": ["aix", "s390", "win32"],
"head": true,
"useGitClone": true,
"maintainers": ["matthewmueller", "jugglinmike"]
Expand Down

0 comments on commit 0779943

Please sign in to comment.