Skip to content

Commit

Permalink
skip arm build
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Jun 25, 2024
1 parent d0b2fdf commit 942c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 942c90d

Please sign in to comment.