diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b0fc63..cc4bf6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [#316](https://github.com/shlinkio/shlink-web-client/issues/316) Fixed manifest.json file not getting downloaded after passing credentials when the app is protected with basic auth. * [#311](https://github.com/shlinkio/shlink-web-client/issues/311) Fixed datepicker showing below other components. +* [#306](https://github.com/shlinkio/shlink-web-client/issues/306) Fixed multi-arch docker builds by replacing node-sass with dart-sass. ## 2.6.0 - 2020-09-20 diff --git a/scripts/docker/build b/scripts/docker/build index 382ae98b..e7b0c8a4 100755 --- a/scripts/docker/build +++ b/scripts/docker/build @@ -2,8 +2,7 @@ set -ex -# PLATFORMS="linux/arm/v7,linux/arm64/v8,linux/amd64" -PLATFORMS="linux/amd64" +PLATFORMS="linux/arm/v7,linux/arm64/v8,linux/amd64" DOCKER_IMAGE="shlinkio/shlink-web-client" if [[ "$GITHUB_REF" == *"main"* ]]; then