File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 27
27
cd software_docker
28
28
APP_VERSION=$(ls -d v*.*.* | sort -V | tail -n 1)
29
29
cd ${APP_VERSION}
30
+ docker buildx create --name mybuilder --driver docker-container --bootstrap --use
31
+ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
30
32
docker buildx build --platform linux/amd64,linux/arm64 -t mpgagebioinformatics/bioinformatics_software:latest . --push
31
33
32
34
- name : Set Success env
Original file line number Diff line number Diff line change 25
25
APP_VERSION=${GITHUB_REF#refs/*/}
26
26
git clone https://github.com/mpg-age-bioinformatics/software_docker.git
27
27
cd software_docker/${APP_VERSION}
28
+ docker buildx create --name mybuilder --driver docker-container --bootstrap --use
29
+ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
28
30
docker buildx build --platform linux/amd64,linux/arm64 -t mpgagebioinformatics/bioinformatics_software:${APP_VERSION} -t mpgagebioinformatics/bioinformatics_software:latest . --push
29
31
30
32
- name : Set Success env
You can’t perform that action at this time.
0 commit comments