Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed May 11, 2024
1 parent aeaf354 commit 22c612c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: kcllang/kcl

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/arm64
push: true
tags: kcllang/kcl

0 comments on commit 22c612c

Please sign in to comment.