commit 2e81339a7f8b8d034c1c9152a65ac8273d15e627
parent aef1e2ba104eb4f85ab1fec5eec616bc205062bb
Author: Yersa Nordman <yersa@finwo.nl>
Date: Sun, 8 Oct 2023 19:22:35 +0200
More complete shell on linux-glibc-amd64 builder
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/tag-assets.yml b/.github/workflows/tag-assets.yml
@@ -16,9 +16,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
- arch: none # Default back to amd64
+ arch: x86_64
target: linux-glibc-amd64
- shell: bash
+ shell: /usr/bin/bash -e {0}
- os: ubuntu-latest
arch: x86_64
target: linux-musl-amd64