apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

Add function to check for macOS support in Federation Versions #533

Closed jonathanrainer closed 4 months ago

jonathanrainer commented 4 months ago

At present we have a check for ARM Linux support but no corresponding check for ARM on macOS. This adds that check and a test to ensure we retain the supported versions we want in the future.