Skip to content

Commit

Permalink
updated ppc qemu image to v7.2.0-1 (#433)
Browse files Browse the repository at this point in the history
* updated ppc qemu image to v7.2.0-1

Signed-off-by: Henry Li <[email protected]>

* temporarily make images in PR builds

Signed-off-by: Henry Li <[email protected]>

* fixed incorrect location to call make images

Signed-off-by: Henry Li <[email protected]>

* updated s390x qemu to v7.2.0-1

Signed-off-by: Henry Li <[email protected]>

* removed temporary addition to build images

Signed-off-by: Henry Li <[email protected]>

---------

Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit authored Aug 29, 2024
1 parent c8adc2b commit fa207e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine as builder

RUN wget -O /qemu-ppc64le-static https://github.com/multiarch/qemu-user-static/releases/download/v5.2.0-2/qemu-ppc64le-static
RUN wget -O /qemu-ppc64le-static https://github.com/multiarch/qemu-user-static/releases/download/v7.2.0-1/qemu-ppc64le-static

RUN chmod +x /qemu-ppc64le-static

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine as builder

RUN wget -O /qemu-s390x-static https://github.com/multiarch/qemu-user-static/releases/download/v5.2.0-2/qemu-s390x-static
RUN wget -O /qemu-s390x-static https://github.com/multiarch/qemu-user-static/releases/download/v7.2.0-1/qemu-s390x-static

RUN chmod +x /qemu-s390x-static

Expand Down

0 comments on commit fa207e2

Please sign in to comment.