mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: make libmagickcore-extra conditional for multi-arch Docker builds
arm64 uses Debian bookworm (libmagickcore-6.q16-6-extra) while amd64 uses Ubuntu 24.04 (libmagickcore-6.q16-7-extra). Probing both variants prevents build failures on the arm64 platform.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "snapotter",
|
||||
"version": "1.15.9",
|
||||
"version": "1.15.10",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user