Building a single bottle for all platforms #4639
Unanswered
Idane
asked this question in
Tap maintenance and brew development
Replies: 1 comment 6 replies
-
If it detects that the hashes for all platforms are the same it'll make it an |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi, I intend to distribute a jar with brew. The jar is identical for all platforms. I set up a tap here: https://github.com/krud-dev/homebrew-tap and used the default actions to generate the bottles. While experimenting I found that a bottle tagged with 'all' will work for all platforms.
My question is, how can I instruct test-bot to generate the bottle artifact as "all" rather than "x86_64_linux"?
Beta Was this translation helpful? Give feedback.
All reactions