Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Nov 15, 2023
1 parent fd2e0c6 commit 801dbfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ jobs:
DASHBOARD_TAG: ${{ env.CSI_LATEST_VERSION }}
run: |
export DOCKER_CLI_EXPERIMENTAL=enabled
docker run --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d --install all
docker run -it --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d --uninstall qemu-x86_64
docker run -it --rm --privileged tonistiigi/binfmt:qemu-v5.0.1-cpu-max --install amd64
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use --name mybuilder
make -C docker image-version
make -C docker dashboard-buildx
Expand Down

0 comments on commit 801dbfb

Please sign in to comment.