You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously there was a double loop over both OS and ARCH, which then
required some pattern matching exceptions to skip things like
darwin+s390x, and renaming of the windows artifacts. Some of the syntax
was having problems in the github actions workflow.
Now, each OS gets its own loop, making things more clear and more
adjustable in the future.
Signed-off-by: Justin Kulikauskas <[email protected]>
0 commit comments