Unverified Commit c5a082fd authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

forgejo-runner: mark broken on darwin (#458207)

parents 5c1b1ce6 eb57af1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ buildGoModule rec {
  };

  meta = with lib; {
    # Cannot process container options: '--pid=host --device=/dev/sda': 'unknown server OS: darwin'
    broken = stdenv.hostPlatform.isDarwin;
    description = "Runner for Forgejo based on act";
    homepage = "https://code.forgejo.org/forgejo/runner";
    changelog = "https://code.forgejo.org/forgejo/runner/releases/tag/${src.rev}";