mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-26 17:09:14 +01:00
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
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
@ -57,6 +57,7 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
build-args: RUST_BACKTRACE=1
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
Loading…
Reference in New Issue
Block a user