poetry-plugin-bundle icon indicating copy to clipboard operation
poetry-plugin-bundle copied to clipboard

Cross-platform bundling

Open ScottShingler opened this issue 2 years ago • 0 comments

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

ScottShingler avatar Jan 16 '23 18:01 ScottShingler