Skip to content

Commit

Permalink
test: just build
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Dec 4, 2023
1 parent 834525a commit 76725f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
strategy:
matrix:
image-variant: [fpm-prd,apache-prd,nginx-prd,cli-prd,fpm-dev,apache-dev,nginx-dev,cli-dev]
platform:
- linux/amd64
- linux/arm64/v8

runs-on: ubuntu-20.04

Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
context: .
file: Dockerfile
target: ${{ matrix.image-variant }}
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
build-args: |
VERSION_ARG=${{ env.PHP_VERSION }}
RELEASE_ARG=${{ env.CI_RUN_ID }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
strategy:
matrix:
image-variant: [fpm-prd,apache-prd,nginx-prd,cli-prd,fpm-dev,apache-dev,nginx-dev,cli-dev]
platform:
- linux/amd64
- linux/arm64/v8

runs-on: ubuntu-20.04
needs: init
Expand Down Expand Up @@ -107,7 +110,7 @@ jobs:
context: .
file: Dockerfile
target: ${{ matrix.image-variant }}
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
build-args: |
VERSION_ARG=${{ needs.init.outputs.version-patch }}
RELEASE_ARG=${{ needs.init.outputs.github-ci-run-id }}
Expand Down

0 comments on commit 76725f6

Please sign in to comment.