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