Skip to content

Commit

Permalink
refactor(docker): streamline build process and update version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Jan 25, 2025
1 parent 9c41ce9 commit 54f6fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,17 @@ dockers:
- image_templates:
- "yarlson/zero:{{ .Version }}-amd64"
- "yarlson/zero:latest-amd64"
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--platform=linux/amd64"
- "--load"

- image_templates:
- "yarlson/zero:{{ .Version }}-arm64v8"
- "yarlson/zero:latest-arm64v8"
use: buildx
goarch: arm64
dockerfile: Dockerfile
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--load"

docker_manifests:
- name_template: "yarlson/zero:{{ .Version }}"
Expand Down
2 changes: 1 addition & 1 deletion create-manifests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="0.3.9"
VERSION="0.3.10"

# Create and push version manifest
docker manifest create yarlson/zero:${VERSION} \
Expand Down

0 comments on commit 54f6fc5

Please sign in to comment.