summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Valentine <chessmango@users.noreply.github.com>2024-01-25 12:36:36 +0200
committerOwen Valentine <chessmango@users.noreply.github.com>2024-01-25 12:36:36 +0200
commitf5ec49f09e9699e2b5d538cd77c9facf236753b0 (patch)
treed216b90d30575a935b5bfbedc0ea8534888cf73d
parent504ac521afca3f0791d2ac2c02adffb34d1a2e34 (diff)
Different image obvi
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d6d6ecf..bc1cd3e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -176,7 +176,7 @@ jobs:
run: |
docker run --rm -v \
"$PWD/target:/target:Z" \
- rustembedded/cross:aarch64-musl \
+ messense/rust-musl-cross:aarch64-musl \
musl-strip \
/target/aarch64-unknown-linux-musl/release/${{ env.EXE_NAME }}
- name: Build archive