From 0f410190896fa647981a79514227e0b9d66cd3ba Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Wed, 3 Jun 2020 10:16:34 +1000 Subject: [PATCH] Include links to actions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 20ea7c7..01a49f9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux will build your PyInstaller project into `dist/linux/`. The binary will have the same name as your `.spec` file. +### Use with GitHub Actions + +If you wish to easily integrate these containers into your CI workflow on GitHub, there is currently 2 GitHub Actions for use: + +- Windows - +- Linux - + ##### How do I install system libraries or dependencies that my Python packages need? You'll need to supply a custom command to Docker to install system pacakges. Something like: