Skip to content

Commit

Permalink
chore: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Mar 31, 2024
1 parent 88d0db4 commit 732f088
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
push:
branches:
- master

env:
DOCKER_NAMESPACE: wayofdev/php-base
Expand All @@ -22,9 +25,9 @@ jobs:
fail-fast: false
matrix:
os_name: ["alpine"]
php_version: ["8.1", "8.2", "8.3"]
php_type: ["fpm", "cli", "supervisord"]
builder: [{arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu-latest"}]
php_version: ["8.1"]
php_type: ["fpm"]
builder: [{arch: "amd64", os: "ubuntu-latest"}]
runs-on: ${{ matrix.builder.os }}
steps:
- name: 📦 Check out the codebase
Expand Down Expand Up @@ -53,13 +56,13 @@ jobs:
run: |
mv "${{ steps.meta.outputs.bake-file }}" "/tmp/bake-meta.json"
- name: Upload meta bake definition
uses: actions/upload-artifact@v4
with:
name: bake-meta
path: /tmp/bake-meta.json
if-no-files-found: error
retention-days: 1
# - name: Upload meta bake definition
# uses: actions/upload-artifact@v4
# with:
# name: bake-meta
# path: /tmp/bake-meta.json
# if-no-files-found: error
# retention-days: 1

- name: 🛠️ Setup docker BuildX
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 732f088

Please sign in to comment.