mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-25 23:34:55 +08:00
Update builder images. Yay for GHC's improved cross-compiler support!
This commit is contained in:
@@ -9,6 +9,6 @@ set -xe
|
||||
ls -l "$TARGETNAME"
|
||||
"$TARGET-strip" -s "$TARGETNAME/shellcheck"
|
||||
ls -l "$TARGETNAME"
|
||||
qemu-aarch64-static "$TARGETNAME/shellcheck" --version
|
||||
"qemu-${TARGET%%-*}-static" "$TARGETNAME/shellcheck" --version
|
||||
} >&2
|
||||
tar czv "$TARGETNAME"
|
||||
|
Reference in New Issue
Block a user