diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b7a81402be..fddc9482adf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,6 @@ jobs: pull: true file: tools/router-check-tool/Dockerfile context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ startsWith(github.ref_name, 'release-') && github.event_name == 'push'}} tags: cainelli/router_check_tool:${{ github.ref_name }}