poetry-plugin-bundle
poetry-plugin-bundle copied to clipboard
Cross-platform bundling
Is there a way to create bundles that target a different platform than the one on which Bundle is running? For example, use a Windows / macOS environment to create a Linux-compatible bundle. Currently the only way I see to do this is to run the bundle command from within the target platform environment (e.g. via Docker).
Related discussion: https://github.com/python-poetry/poetry/discussions/6984