Skip to content

Commit

Permalink
Only do one flavor per package
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Nov 29, 2024
1 parent 9d45df7 commit 060c5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _get_python_kwargs(py3_ver: _PYTHON_VERSIONS, os_version: OsVersion):
**_get_python_kwargs(py_version, OsVersion.SP6),
build_flavor=py_version,
is_singleton_image=True,
package_name="sac-python-image",
package_name=f"sac-python-{py_version}-image",
_publish_registry=publish_registry(OsVersion.SP6, app_collection=True),
)
for py_version in ("3.9", "3.11")
Expand Down

0 comments on commit 060c5a3

Please sign in to comment.