Skip to content

Commit

Permalink
Merge pull request #179 from stellarwp/feat/multi-platform-build
Browse files Browse the repository at this point in the history
Build multi-platform images
  • Loading branch information
lucatume authored Apr 5, 2024
2 parents 062d3ab + 26841b2 commit d6543e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-slic-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ jobs:
PHP_VERSION=${{ matrix.php_version }}
NODE_VERSION=18.13.0
NVM_VERSION=v0.39.7
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions .github/workflows/publish-wordpress-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ jobs:
build-args: |
PHP_VERSION=${{ matrix.php_version }}
WP_VERSION=${{ matrix.wp_version }}
platforms: linux/amd64,linux/arm64

0 comments on commit d6543e1

Please sign in to comment.