Skip to content

Commit

Permalink
test: kcllang/kcl docker buildx images with linux/arm64 image
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 4de210f commit aeaf354
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -46,17 +44,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
push: true
tags: kcllang/kcl

0 comments on commit aeaf354

Please sign in to comment.