Skip to content

Commit

Permalink
fix: rm image on arm/v7
Browse files Browse the repository at this point in the history
Signed-off-by: zong-zhe <[email protected]>
  • Loading branch information
zong-zhe committed Jan 31, 2024
1 parent b1c7704 commit 8e230e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release:
- `docker.io/kcllang/{{.ProjectName}}:{{.Tag}}`
- `ghcr.io/kcl-lang/{{.ProjectName}}:{{.Tag}}`
Supported architectures: `linux/amd64`, `linux/arm64` and `linux/arm/v7`.
Supported architectures: `linux/amd64`, `linux/arm64`.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
Expand Down

0 comments on commit 8e230e2

Please sign in to comment.