Skip to content

Commit 9a4ad18

Browse files
authored
Update Docker image version in test workflow
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent a85e50d commit 9a4ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
action: test
275275
flags: --config=clang --test_timeout=1800
276276
# s390x build-tools image built from bazel/external/Dockerfile.bazel
277-
run_under: docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x ghcr.io/proxy-wasm/build-tools:ubuntu-22.04-bazel-7.7.1
277+
run_under: docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x ghcr.io/proxy-wasm/build-tools:ubuntu-22.04-bazel-6.5.0
278278
cache: true
279279
- name: 'Wasmtime on macOS/x86_64'
280280
engine: 'wasmtime'

0 commit comments

Comments
 (0)