This commit is contained in:
d34dscene
2025-02-12 15:56:29 +01:00
parent bf406db6c8
commit a9884973bc
2 changed files with 1 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ defaultBaseImage: alpine
defaultPlatforms:
- linux/arm64
- linux/amd64
defaultFlags:
- -buildvcs=auto
defaultLdflags:
- -s -w
- -X github.com/MizuchiLabs/mantrae/pkg/build.Version={{.Git.Tag}}

View File

@@ -24,7 +24,7 @@ steps:
- pnpm build
- name: docker-build
image: chainguard/ko:latest
image: chainguard/ko:latest-dev
commands:
- |
if [ -n "$CI_COMMIT_TAG" ]; then