• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bakito / sealed-secrets-web / 34284273249
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: renovate/github.com-goreleaser-goreleaser-v2-2.x
DEFAULT BRANCH: main
Ran 08 Sep 2026 10:09PM UTC
Jobs 1
Files 12
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Sep 2026 10:07PM UTC coverage: 71.904%. Remained the same
34284273249

Pull #484

github

bakito
fix: use standard TARGETARCH and TARGETOS build arguments for cross-platform builds

Fixes #483

Uses Docker's standard build arguments that are automatically injected by
docker/build-push-action for multi-platform builds:
- TARGETARCH (amd64, arm64, arm, 386, etc.)
- TARGETOS (linux, windows, darwin, etc.)

This replaces the fragile TARGETPLATFORM parsing and /tmp/buildenv workaround
with a clean, standard approach that:
- Eliminates environment variable scoping issues
- Leverages Docker's built-in cross-compilation support
- Is more maintainable and follows best practices
- Ensures correct architecture binaries for all supported platforms

Also adds binary verification in the final stage that:
- Runs on the target architecture (correct execution environment)
- Executes the binary with --version to confirm it runs
- Fails the build if binary is incompatible with target arch
Pull Request #484: fix: export GOARCH and GOARM variables for correct multi-arch builds

540 of 751 relevant lines covered (71.9%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34284273249.1 08 Sep 2026 10:09PM UTC 12
71.9
GitHub Action Run
Source Files on build 34284273249
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #484
  • PR Base - main (#34083665402)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc