Skip to content

Commit

Permalink
FEATURE: Add ARM processor variant to custom PHP docker image (#505)
Browse files Browse the repository at this point in the history
* Testing pushing for arm64 image build.

* Reverting branch back to master now that we know it works.

---------

Co-authored-by: Arvin Singla <arvinsingla@Arvins-MacBook-Air.local>
  • Loading branch information
arvinsingla and Arvin Singla authored Jun 4, 2024
1 parent dfaec40 commit ef6f948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- 'docker/php/Dockerfile'
- '.github/workflows/build-docker-dev-image.yaml'

jobs:
deploy-dev-image:
Expand All @@ -26,5 +27,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./docker/php
platforms: linux/amd64,linux/arm64
push: true
tags: formulize/php-dev:latest

0 comments on commit ef6f948

Please sign in to comment.