#!/bin/sh # SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr> # # SPDX-License-Identifier: AGPL-3.0-or-later docker pull lbmc/htseq:0.8.0 # docker build src/.docker_modules/htseq/0.8.0 -t 'lbmc/htseq:0.8.0' # docker push lbmc/htseq:0.8.0 docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/htseq:0.8.0" --push src/.docker_modules/htseq/0.8.0