Select Git revision
docker_init.sh
Laurent Modolo authored
docker_init.sh 379 B
#!/bin/sh
# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
docker pull lbmc/pandoc:2.11
# docker build src/.docker_modules/pandoc/2.11 -t 'lbmc/pandoc:2.11'
# docker push lbmc/pandoc:2.11
docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/pandoc:2.11" --push src/.docker_modules/pandoc/2.11