diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 1ac305c..5181bc8 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -29,6 +29,7 @@ jobs: file: ./runtimes/${{ matrix.runtime }}/Dockerfile platforms: | linux/amd64 + linux/arm64 linux/arm/v7 push: true tags: | diff --git a/README.md b/README.md index ecc8c9b..9628604 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ base images for our web projects. | bpkg.io/laravel | 8.0-octane-develop | Development build. | amd64, arm64 | no | | bpkg.io/laravel | 8.1-octane | PHP image containing all extensions for a laravel octane app. | amd64, arm64 | yes | | bpkg.io/laravel | 8.1-octane-develop | Development build. | amd64, arm64 | no | +| bpkg.io/hello-world | latest | Development build. | amd64, arm64 | no | +| bpkg.io/hello-world | latest-develop | Development build. | amd64, arm64 | no | ## Concepts