Enable RUST_BACKTRACE for docker builds (#729)
They're failing on ARM atm, maybe this will help
This commit is contained in:
parent
fe5f728aa6
commit
1ee66b5816
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
|
@ -57,6 +57,7 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
build-args: RUST_BACKTRACE=1
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
|
Loading…
Reference in a new issue