Add condition for debian-11-arm and v4
This commit is contained in:
parent
3ac73a08e6
commit
097eceeffc
2
.github/workflows/package_memgraph.yaml
vendored
2
.github/workflows/package_memgraph.yaml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
Debian11-arm:
|
||||
if: ${{ github.event.inputs.target_os == 'debian-11-arm' || github.event.inputs.target_os == 'all' }}
|
||||
if: ${{ (github.event.inputs.target_os == 'debian-11-arm' || github.event.inputs.target_os == 'all') && github.event.inputs.toolchain == 'v4' }}
|
||||
uses: ./.github/workflows/reusable_package.yaml
|
||||
with:
|
||||
os: "debian-11-arm"
|
||||
|
Loading…
Reference in New Issue
Block a user