Commit c3a393c 1 parent 4c0ee97 commit c3a393c Copy full SHA for c3a393c
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,14 @@ dockers:
103
103
- " --pull"
104
104
- " --platform=linux/arm/v6"
105
105
106
+ - image_templates :
107
+ - garethgeorge/backrest:{{ .Tag }}-scratch-armv7
108
+ dockerfile : Dockerfile.scratch
109
+ use : buildx
110
+ build_flag_templates :
111
+ - " --pull"
112
+ - " --platform=linux/arm/v7"
113
+
106
114
docker_manifests :
107
115
- name_template : " garethgeorge/backrest:latest"
108
116
image_templates :
@@ -121,11 +129,13 @@ docker_manifests:
121
129
- " garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
122
130
- " garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
123
131
- " garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
132
+ - " garethgeorge/backrest:{{ .Tag }}-scratch-armv7"
124
133
- name_template : " garethgeorge/backrest:{{ .Tag }}-scratch"
125
134
image_templates :
126
135
- " garethgeorge/backrest:{{ .Tag }}-scratch-amd64"
127
136
- " garethgeorge/backrest:{{ .Tag }}-scratch-arm64"
128
137
- " garethgeorge/backrest:{{ .Tag }}-scratch-armv6"
138
+ - " garethgeorge/backrest:{{ .Tag }}-scratch-armv7"
129
139
130
140
brews :
131
141
- name : backrest
You can’t perform that action at this time.
0 commit comments