chore: Update buildkit builders (#10377)

* test new armbuilder

* test new armbuilder

* test new armbuilder

* Revert "test new armbuilder"

This reverts commit 9410698faa.

* Revert "test new armbuilder"

This reverts commit 5460783c51.

* Change buildkit connection

* Change buildkit connection
pull/10381/head
alik-agaev 5 months ago committed by GitHub
parent bd09249c17
commit 98c5668765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/actions/setup-repo/action.yml

@ -46,7 +46,7 @@ runs:
- name: Find builder
if: ${{ inputs.docker-remote-multi-platform }}
shell: bash
run: echo "BUILDER_IP=$(./.github/scripts/select-builder.sh ${{ inputs.docker-arm-host }} ubuntu ~/.ssh/id_rsa)" >> $GITHUB_ENV
run: echo "BUILDER_IP=$(./.github/scripts/select-builder.sh ${{ inputs.docker-arm-host }} root ~/.ssh/id_rsa)" >> $GITHUB_ENV
- name: Set up SSH
if: ${{ inputs.docker-remote-multi-platform }}
uses: MrSquaare/ssh-setup-action@523473d91581ccbf89565e12b40faba93f2708bd # v1.1.0
@ -68,7 +68,7 @@ runs:
with:
platforms: linux/amd64
append: |
- endpoint: ssh://ubuntu@${{ env.BUILDER_IP }}
- endpoint: ssh://root@${{ env.BUILDER_IP }}
platforms: linux/arm64/v8
- name: Log in to Docker Hub

Loading…
Cancel
Save