Skip to content

Commit

Permalink
ci: fix x86_64 linux OCI image ref
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed May 9, 2024
1 parent d040797 commit 401f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wrpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:

- name: Test `wrpc` image
run: |
buildah push wrpc:amd64 docker-daemon:wrpc:test
buildah push wrpc:x86_64-unknown-linux-musl docker-daemon:wrpc:test
docker run --rm wrpc:test wit-bindgen-wrpc --version
- name: Push `wrpc` commit rev tag
Expand Down

0 comments on commit 401f37f

Please sign in to comment.