Skip to content

Commit b503a0f

Browse files
committed
Change runwasi version to latest main
Due to the release of protobuf 3.3, building the latest tag (containerd-shim-wasm/v0.3.0) is broken. Therefore, switch to the latest main, which already fixes this problem. Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
1 parent 54fe123 commit b503a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ jobs:
4747
uses: namespacelabs/nscloud-setup-buildx-action@v0
4848
- name: Build runwasi as static muls for amd64 and arm64
4949
run: |
50-
git clone --branch containerd-shim-wasm/v0.3.0 --depth 1 https://github.com/containerd/runwasi.git &&
50+
git clone --branch main --depth 1 https://github.com/containerd/runwasi.git &&
5151
cd runwasi &&
52-
rm Cargo.lock &&
5352
docker build --platform=linux/arm64,linux/amd64 --build-arg BASE_IMAGE=alpine --build-arg CRATE="containerd-shim-wasmtime,containerd-shim-wasmedge,containerd-shim-wasmer" -t nscr.io/a8fcp47vcfori/build-runwasi --push . &&
5453
cd -
5554
-

0 commit comments

Comments
 (0)