Skip to content

Commit

Permalink
fix: remove unused strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Apr 6, 2024
1 parent 5a7abab commit e272e27
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/buildx-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4.1.2
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Composer install Jeedom source
# https://github.com/marketplace/actions/build-and-push-docker-images
uses: docker/build-push-action@v5
continue-on-error: true
with:
context: build/Dockerfile.source
push: false
push: true
tags: |
${{ secrets.DOCKER_USER }}/jeedom:source
ghcr.io/${{ secrets.DOCKER_USER }}/jeedom:source
matrix_jobs:
Expand All @@ -38,10 +43,13 @@ jobs:
php: [7.3, 8.1]
jeedom: ["V4-stable", "beta"]
target: ["light", "full"]
xdebug: [true; false]
xdebug: [true, false]
exclude:
- debian: "bookworm"
php: 7.3
- debian: "buster"
jeedom: "beta"
- debian: "buster"
steps:
- name: "${{ matrix.debian }} PHP${{ matrix.php }} target ${{ matrix.target }} branch ${{ matrix.jeedom }} debug ${{ matrix.xdebug }}"
id: buildJeedom
Expand Down

0 comments on commit e272e27

Please sign in to comment.