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

kubernetes-sigs / blob-csi-driver / 26426711232
82%
master: 83%

Build:
Build:
LAST BUILD BRANCH: release-1.27
DEFAULT BRANCH: master
Ran 26 May 2026 01:23AM UTC
Jobs 1
Files 17
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

26 May 2026 01:14AM UTC coverage: 82.464%. Remained the same
26426711232

Pull #2485

github

andyzhangx
use native platform for Dockerfile builder stage to avoid QEMU arm64 failures

The builder stage only needs to download azcopy/aznfs binaries and the
Microsoft apt repo deb. Running apt install under QEMU emulation
for arm64 intermittently fails with 'Exec format error' when
binfmt registration is unstable in CI Docker-in-Docker environments.

By using --platform=$BUILDPLATFORM, the builder always runs natively
(amd64) and downloads the correct arch-specific binaries via
TARGETARCH, eliminating the QEMU dependency for this stage.

Give TARGETARCH a default of 'amd64' so the download URLs are
always valid even when not running under BuildKit/buildx.

Same fix as kubernetes-sigs/azurefile-csi-driver#3157.
Pull Request #2485: use native platform for Dockerfile builder stage to avoid QEMU arm64 failures

2939 of 3564 relevant lines covered (82.46%)

11.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26426711232.1 26 May 2026 01:23AM UTC 17
82.46
GitHub Action Run
Source Files on build 26426711232
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2485
  • PR Base - master (#26426564250)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc