Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Nov 20, 2023
1 parent d525340 commit ee5fdb7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install docker
run: |
sudo apt-get autoremove docker docker-ce docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce=5:20.10.13~3-0~ubuntu-jammy
- name: Set Node.js 18.18.0
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -83,9 +74,9 @@ jobs:
DASHBOARD_TAG: ${{ env.CSI_LATEST_VERSION }}
run: |
export DOCKER_CLI_EXPERIMENTAL=enabled
docker run --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --uninstall qemu-*
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install all
docker buildx create --use --name mybuilder
exit 1
make -C docker image-version
make -C docker dashboard-buildx
- name: Setup upterm session
Expand Down

0 comments on commit ee5fdb7

Please sign in to comment.