Skip to content

Commit

Permalink
Remove unnecessary arch builds when building experimental images (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: masteryyh <yyh991013@163.com>
  • Loading branch information
masteryyh authored Jan 8, 2025
1 parent d1a3bf9 commit 3883219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build binary without tag
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
run: ./build.sh
run: |
PLATFORMS="linux/amd64,linux/arm64,linux/riscv64" ./build.sh
- name: Login to Docker registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 3883219

Please sign in to comment.