Skip to content

Commit

Permalink
chore: bump WWS to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Sep 4, 2023
1 parent add96b0 commit 1b60a94
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ update-deps:

test/out_%/img.tar: images/%/Dockerfile
mkdir -p $(@D)
docker buildx build --platform=wasi/wasm --load -t $(TEST_IMG_NAME_$*) ./images/$*
docker buildx build --provenance=false --platform=wasi/wasm --load -t $(TEST_IMG_NAME_$*) ./images/$*
docker save -o $@ $(TEST_IMG_NAME_$*)

load: $(foreach shim,$(SHIMS),test/out_$(shim)/img.tar)
Expand All @@ -110,4 +110,4 @@ clean: $(addprefix clean-,$(SHIMS))

.PHONY: clean-%
clean-%:
cargo clean --manifest-path containerd-shim-$*-v1/Cargo.toml
cargo clean --manifest-path containerd-shim-$*-v1/Cargo.toml
Loading

0 comments on commit 1b60a94

Please sign in to comment.