Skip to content

Commit 1c0da4d

Browse files
committed
php7: arm64 buster
1 parent 6ba47cc commit 1c0da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ local build(name, arch, image, native) = {
129129
#{project: "phantomjs", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},
130130
#{project: "php", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},
131131
{project: "php7", image: "debian:jessie", arch: "arm"},
132-
{project: "php7", image: "debian:jessie", arch: "arm64"},
132+
{project: "php7", image: "debian:buster", arch: "arm64"},
133133
{project: "php7", image: "debian:jessie", arch: "amd64"},
134134
#{project: "php8", image: "gcc:10", archs: ["arm", "amd64"], native: true},
135135
#{project: "postgresql", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},

0 commit comments

Comments
 (0)