Merge pull request #256080 from anthonyroussel/goss-enable-darwin-build

goss: add darwin support
This commit is contained in:
Nikolay Korotkiy 2023-09-20 00:46:49 +04:00 committed by GitHub
commit 77d4f3bb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ buildGoModule rec {
Once the test suite is written they can be executed, waited-on, or served as a health endpoint.
'';
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ hyzual jk anthonyroussel ];
};
}