Skip to content

Control the packages created by docker build with build args#35

Merged
mptrk merged 1 commit into
nokia:mainfrom
migrym:docker-build-package-args
Jul 8, 2026
Merged

Control the packages created by docker build with build args#35
mptrk merged 1 commit into
nokia:mainfrom
migrym:docker-build-package-args

Conversation

@migrym

@migrym migrym commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Building with docker can be controlled with two build args:

  • ARCH is a space-separated list of architectures to build for
  • PACKAGE is a space-separated list of package types to build Default ARCH is "amd64 arm64" and PACKAGE is "msix deb rpm osx", allowing for the whole list of supported packages to be built. Specifying different values in the docker build command line allows limiting the scope of the packages to build.

Update the README.md file to reflect these changes

Building with docker can be controlled with two build args:
* ARCH is a space-separated list of architectures to build for
* PACKAGE is a space-separated list of package types to build
Default ARCH is "amd64 arm64" and PACKAGE is "msix deb rpm osx", allowing
for the whole list of supported packages to be built. Specifying different
values in the docker build command line allows limiting the scope of the
packages to build.

Update the README.md file to reflect these changes

Signed-off-by: Michael Grymporounis <michail.grymporounis@nokia.com>
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.73%. Comparing base (1cd4096) to head (582d4c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   37.73%   37.73%           
=======================================
  Files          23       23           
  Lines        1569     1569           
=======================================
  Hits          592      592           
  Misses        917      917           
  Partials       60       60           
Flag Coverage Δ
unittests 37.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mptrk mptrk merged commit 890ad6c into nokia:main Jul 8, 2026
4 checks passed
@migrym migrym deleted the docker-build-package-args branch July 9, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants