File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ host = "aarch64-apple-darwin"
7373
7474[dist .github-custom-runners .aarch64-unknown-linux-musl ]
7575runner = " warp-ubuntu-latest-arm64-32x"
76- container = { image = " ghcr.io/restatedev/dev-tools" , host = " aarch64-unknown-linux-musl" }
76+ container = { image = " ghcr.io/restatedev/dev-tools:1.16.1 " , host = " aarch64-unknown-linux-musl" }
7777
7878[dist .github-custom-runners .x86_64-unknown-linux-musl ]
7979runner = " warp-ubuntu-latest-x64-32x"
80- container = { image = " ghcr.io/restatedev/dev-tools" , host = " x86_64-unknown-linux-musl" }
80+ container = { image = " ghcr.io/restatedev/dev-tools:1.16.1 " , host = " x86_64-unknown-linux-musl" }
Original file line number Diff line number Diff line change 1010
1111ARG UPLOAD_DEBUGINFO=false
1212
13+ # NB this version is also pinned in dist-workspace.toml for release binary builds
1314FROM --platform=$BUILDPLATFORM ghcr.io/restatedev/dev-tools:1.16.1 AS planner
1415COPY . .
1516RUN just chef-prepare
You can’t perform that action at this time.
0 commit comments