File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ dockers:
3232 - " --platform=linux/amd64"
3333
3434 - image_templates :
35- - " yarlson/zero:{{ .Version }}-arm64v8 "
35+ - " yarlson/zero:{{ .Version }}-arm64 "
3636 - " yarlson/zero:latest-arm64v8"
3737 goarch : arm64
3838 dockerfile : Dockerfile
3939 build_flag_templates :
40- - " --platform=linux/arm64/v8 "
40+ - " --platform=linux/arm64"
4141
4242docker_manifests :
4343 - name_template : " yarlson/zero:{{ .Version }}"
4444 image_templates :
4545 - " yarlson/zero:{{ .Version }}-amd64"
46- - " yarlson/zero:{{ .Version }}-arm64v8 "
46+ - " yarlson/zero:{{ .Version }}-arm64 "
4747
4848 - name_template : " yarlson/zero:latest"
4949 image_templates :
5050 - " yarlson/zero:latest-amd64"
51- - " yarlson/zero:latest-arm64v8 "
51+ - " yarlson/zero:latest-arm64 "
5252
5353release :
5454 github :
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=" 0.3.10 "
2+ VERSION=" 0.3.11 "
33
44# Create and push version manifest
55docker manifest create yarlson/zero:${VERSION} \
You can’t perform that action at this time.
0 commit comments