The plugin currently packages the target executable in the container image. If Package.swift declares resources for the target, these should be included as well.
This requires:
- Improving
containertool's minimal tar library to package multiple files in one archive
- Adding a flag to tell
containertool which resource directory to include
- Improving the plugin to pass the resources directory to
containertool
The plugin currently packages the target executable in the container image. If
Package.swiftdeclares resources for the target, these should be included as well.This requires:
containertool's minimaltarlibrary to package multiple files in one archivecontainertoolwhich resource directory to includecontainertool