Skip to content

feat: build multi-arch docker images#461

Merged
michaeladler merged 5 commits into
mainfrom
feat/dockerv2
May 21, 2026
Merged

feat: build multi-arch docker images#461
michaeladler merged 5 commits into
mainfrom
feat/dockerv2

Conversation

@michaeladler
Copy link
Copy Markdown
Member

@michaeladler michaeladler commented May 12, 2026

Description

Migrate from the deprecated goreleaser 'dockers' config to 'dockers_v2' to produce multi-platform images (linux/amd64, linux/arm64) with attached SBOM attestations.

Issues Addressed

List and link all the issues addressed by this PR.

Change Type

Please select the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the CONTRIBUTING document.
  • My changes adhere to the established code style, patterns, and best practices.
  • I have added tests that demonstrate the effectiveness of my changes.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry in the CHANGELOG to document my changes (if applicable).

Migrate from the deprecated goreleaser 'dockers' config to 'dockers_v2'
to produce multi-platform images (linux/amd64, linux/arm64) with
attached SBOM attestations.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
@michaeladler michaeladler requested a review from stormc as a code owner May 12, 2026 14:14
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.65%. Comparing base (e92a139) to head (09c0eb5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #461   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          96       96           
  Lines        4066     4066           
=======================================
  Hits         2995     2995           
  Misses        843      843           
  Partials      228      228           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

This is preparation for making the goreleaser builds self-contained
again.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
Signed-off-by: Michael Adler <michael.adler@siemens.com>
@michaeladler michaeladler force-pushed the feat/dockerv2 branch 2 times, most recently from b24af86 to c97aa25 Compare May 12, 2026 15:57
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/release.yml Outdated
Speed up releases by not running the entire CI pipeline again; this work
has already been performed previously (release tags are only pushed
after the CI pipeline has passed).

Also, make the goreleaser builds self-contained again, i.e., the
wfx-with-ui target now builds the UI artifacts as part of its build
process.

While we're at it, pin the version of bun and tailwindcss, install it
properly and track updates using renovate.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
The 'wfx' and 'wfx-with-ui' nfpms entries both used package_name: wfx.
This was harmless until efe3618 switched file_name_template to
{{ .ConventionalFileName }}, which derives the filename from
package_name and thus produced identical .deb/.rpm filenames for both
entries.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
@michaeladler michaeladler merged commit 975f5db into main May 21, 2026
17 checks passed
@michaeladler michaeladler deleted the feat/dockerv2 branch May 21, 2026 15:17
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