Skip to content

Commit 77cfad8

Browse files
committed
still temp (since #57) until 0.13+ is default for docker desktop
1 parent 040fb9c commit 77cfad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if [[ ! -z "$YSTACK_GIT_COMMIT" ]]; then
120120
YSTACK_GIT_COMMIT="$YSTACK_GIT_COMMIT-dirty"
121121
fi
122122
fi
123-
docker buildx create --use --driver-opt image=moby/buildkit:v0.13.1
123+
docker buildx create --name=ystack --platform=linux/amd64,linux/arm64/v8 --use --driver-opt image=moby/buildkit:v0.13.1
124124
SOURCE_DATE_EPOCH=0 docker buildx build --progress=plain --platform=linux/amd64,linux/arm64/v8 --output type=image,name=yolean/ystack-runner:$YSTACK_GIT_COMMIT,rewrite-timestamp=true,push=false -f runner.Dockerfile .
125125
```
126126

0 commit comments

Comments
 (0)