Commit 0fb6f90
feat: Add multiarch support to csi-snapshot-metadata Dockerfile
Make grpc-health-probe download multiarch-compatible by:
- Adding TARGETARCH build argument
- Using grpc_health_probe-linux-${TARGETARCH} instead of hardcoded amd64
- Adding --platform=$BUILDPLATFORM to builder stage for cross-compilation
This enables building for both linux/amd64 and linux/arm64 platforms.
Tested with podman build --platform linux/amd64,linux/arm64
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 09dcb69 commit 0fb6f90
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments