diff --git a/.github/workflows/docker-push-containers-to-dockerhub.yaml b/.github/workflows/docker-push-containers-to-dockerhub.yaml index 5dcd551..b9af80c 100644 --- a/.github/workflows/docker-push-containers-to-dockerhub.yaml +++ b/.github/workflows/docker-push-containers-to-dockerhub.yaml @@ -25,7 +25,7 @@ jobs: run: | docker buildx build \ --no-cache \ - --platform linux/arm64,linux/amd64 \ + --platform linux/amd64 \ --push \ --tag senzing/senzingapi-runtime:${{ github.ref_name }} \ --tag senzing/sengingapi-runtime:latest \