Include MagicWand library in the dependency image. (#1209)

* Include MagicWand library.

* Remove duplication.

* Limit dynamic libraries in the release build.

* Use cp -a instead of -r.

* Use bash instead of sh.
This commit is contained in:
Googol Lee
2025-05-23 11:27:07 +02:00
committed by GitHub
parent a378522af4
commit 8872ea1df3
6 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -eu
#!/bin/bash
set -euo pipefail
: ${DEB_HOST_MULTIARCH=`uname -m`-linux-gnu}
: ${DEB_HOST_ARCH=`dpkg --print-architecture`}