Skip to content
Snippets Groups Projects
docker_init.sh 391 B
Newer Older
#!/bin/sh

# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

docker pull lbmc/bedops:2.4.39
# docker build src/.docker_modules/bedops/2.4.39 -t 'lbmc/bedops:2.4.39'
# docker push lbmc/bedops:2.4.39
docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/bedops:2.4.39" --push src/.docker_modules/bedops/2.4.39