mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 00:11:14 +00:00
Build correct flavour
This commit is contained in:
4
.github/workflows/aaa-reuse-build.yml
vendored
4
.github/workflows/aaa-reuse-build.yml
vendored
@@ -178,7 +178,7 @@ jobs:
|
||||
uses: cytopia/shell-command-retry-action@v0.1.2
|
||||
with:
|
||||
command: |
|
||||
make build VERSION=${{ matrix.version }} FLAVOUR=mods ARCH=${{ matrix.arch }}
|
||||
make build VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Test
|
||||
@@ -187,7 +187,7 @@ jobs:
|
||||
# uses: cytopia/shell-command-retry-action@v0.1.2
|
||||
# with:
|
||||
# command: |
|
||||
# make test VERSION=${{ matrix.version }} FLAVOUR=mods ARCH=${{ matrix.arch }}
|
||||
# make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
|
||||
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user