Skip to content

Commit b467325

Browse files
committed
php7: arm64 fix
1 parent 1c0da4d commit b467325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ local build(name, arch, image, native) = {
128128
#{project: "openssl", image: "syncloud/build-deps-buster-arm64", arch: "arm64"},
129129
#{project: "phantomjs", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},
130130
#{project: "php", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},
131-
{project: "php7", image: "debian:jessie", arch: "arm"},
132-
{project: "php7", image: "debian:buster", arch: "arm64"},
133-
{project: "php7", image: "debian:jessie", arch: "amd64"},
131+
{project: "php7", image: "syncloud/build-deps-arm", arch: "arm"},
132+
{project: "php7", image: "syncloud/build-deps-amd64", arch: "amd64"},
133+
{project: "php7", image: "syncloud/build-deps-buster-arm64", arch: "arm64"},
134134
#{project: "php8", image: "gcc:10", archs: ["arm", "amd64"], native: true},
135135
#{project: "postgresql", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},
136136
#{project: "postgresql-10", image: "syncloud/build-deps", archs: ["arm", "amd64"], native: false},

0 commit comments

Comments
 (0)