Skip to content

Commit 2cfcefc

Browse files
committed
Bump jbake:2.3.1_1
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 6e044e7 commit 2cfcefc

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docker/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
all:
2-
docker build \
3-
--platform linux/amd64 \
4-
--output=type=docker \
5-
--progress=plain \
6-
--tag nextflow/jbake:2.3.1 \
2+
docker buildx build \
3+
--push \
4+
--platform linux/amd64,linux/arm64 \
5+
--tag nextflow/jbake:2.3.1_1 \
76
.

jbake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ set -x
22
[[ "$*" == *-s* ]] && PORT='-p 8820:8820' || PORT=''
33

44
docker run \
5-
--platform linux/amd64 \
5+
--platform linux/arm64 \
66
-v $PWD:$PWD \
77
-w $PWD $PORT \
8-
nextflow/jbake:2.3.1 \
8+
nextflow/jbake:2.3.1_1 \
99
jbake "$@"

0 commit comments

Comments
 (0)