Skip to content

Commit b3d7410

Browse files
author
Justin Boswell
authored
Fix release build for php docker images (#125)
1 parent 39e3641 commit b3d7410

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
image_name: awslabs/aws-crt-builder/aws-crt-php${{ matrix.version }}-linux-x64
158158
image_tag: ${{ steps.tag.outputs.release_tag }}
159159
context: .github/docker-images/phpbrew-linux-x64
160+
build_extra_args: --compress=true --build-arg PHP_VERSION=${{matrix.version}}
160161

161162
- name: Login to docker repos
162163
run: |

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
image_name: awslabs/aws-crt-builder/aws-crt-php${{ matrix.version }}-linux-x64
110110
image_tag: ${{ steps.tag.outputs.release_tag }}
111111
context: .github/docker-images/phpbrew-linux-x64
112-
build_extra_args: --compress=true --build-arg=PHP_VERSION=${{matrix.version}}
112+
build_extra_args: --compress=true --build-arg PHP_VERSION=${{matrix.version}}
113113

114114
- name: Export PHP ${{ matrix.version }} image to S3/channels/${{ steps.tag.outputs.release_tag }}
115115
run: |

0 commit comments

Comments
 (0)