cicd - fix docker buildx arm driver

This commit is contained in:
Florian Pitance 2023-04-30 11:21:22 +02:00 committed by GitHub
parent 2eef2b8bb7
commit 6e99e7a981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ jobs:
uses: docker/setup-buildx-action@v2
if: inputs.CACHE_SUFFIX == 'arm'
with:
driver: remote
endpoint: ssh://root@arm
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
- name: Login to Docker Hub