Skip to content

Commit a0bc130

Browse files
committed
fixup! fixup! using a go script to test update
1 parent 1341970 commit a0bc130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testtools/deb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func minorTag(t *testing.T, tag string) string {
171171
func buildDockerImage(t *testing.T, dockerfile, name, arch string) {
172172
t.Helper()
173173

174-
cmd := exec.Command("docker", "build", "--no-cache", "--build-arg", "ARCH="+arch, "-t", name, "-f", dockerfile, ".")
174+
cmd := exec.Command("docker", "build", "--build-arg", "ARCH="+arch, "-t", name, "-f", dockerfile, ".")
175175

176176
// Capture both stdout and stderr
177177
var out bytes.Buffer

0 commit comments

Comments
 (0)