diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 22:13:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 22:13:31 +0000 |
| commit | 1ee66b5816cbd48119fd1a9296648a7d235df6ef (patch) | |
| tree | 152ab6e7e2ed340fafe10aa740344bbaeabb0332 /.github | |
| parent | Release v13 (#727) (diff) | |
| download | atuin-1ee66b5816cbd48119fd1a9296648a7d235df6ef.zip | |
Enable RUST_BACKTRACE for docker builds (#729)
They're failing on ARM atm, maybe this will help
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8f1855af..5cb9bc55 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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 }} |
