You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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:
containertool
's minimaltar
library to package multiple files in one archivecontainertool
which resource directory to includecontainertool
The text was updated successfully, but these errors were encountered: