mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
fix: explicitly set TARGETARCH for Docker multi-arch builds
This commit is contained in:
parent
d7f32f3ee5
commit
6b15432c71
2 changed files with 5 additions and 4 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -195,6 +195,8 @@ jobs:
|
|||
tags: rivetdev/sandbox-agent:${{ steps.vars.outputs.sha_short }}${{ matrix.arch_suffix }}
|
||||
file: docker/runtime/Dockerfile
|
||||
platforms: ${{ matrix.platform }}
|
||||
build-args: |
|
||||
TARGETARCH=${{ contains(matrix.platform, 'arm64') && 'arm64' || 'amd64' }}
|
||||
|
||||
complete:
|
||||
name: "Complete"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue