Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Bulah committed Oct 4, 2023
1 parent d92753f commit 921ce96
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/workflows/test_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@ jobs:
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
# - linux/arm/v6
# - linux/arm/v7
- linux/arm64
php:
- 8.0
# - 8.0
- 8.1
- 8.2
variant:
- "" # cli
- fpm
# - 8.2
os:
- ""
# - ""
- alpine
variant:
- "" # cli
# - fpm

steps:
- name: testing matrix values
run: echo "${{ matrix}} - ${{ matrix.php }} - ${{ matrix.variant }} - ${{ matrix.os }} "
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: false
context: "{{defaultContext}}:{{ matrix.php }}/{{ matrix.os }}"
platforms: linux/amd64,linux/arm64
tags: fizzka/docker-phalcon:${{ matrix.php }}-${{ matrix.os }}

0 comments on commit 921ce96

Please sign in to comment.