Skip to content

Commit 9205102

Browse files
committed
Mention partner runners in README
There are public partner runners available on GitHub, such as ARM runners for Windows and Linux. Since we recently added their support, it worth mentioning them.
1 parent 59cc5c1 commit 9205102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
This action sets up a PostgreSQL server for the rest of the job. Here are some
88
key features:
99

10-
* Runs on Linux, macOS and Windows action runners.
10+
* Runs on Linux, macOS and Windows action runners, including [partner][0] runners.
1111
* PostgreSQL version can be parametrized.
1212
* Adds PostgreSQL [client applications][1] to `PATH`.
1313
* Supports SSL on-demand.
1414
* Easy [to verify][2] that it DOES NOT contain malicious code.
1515

16+
[0]: https://github.com/actions/partner-runner-images/
1617
[1]: https://www.postgresql.org/docs/current/reference-client.html
1718
[2]: action.yml
1819

0 commit comments

Comments
 (0)