mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-31 23:26:16 +02:00
Allow build Java Gateway on PPC64LE arch
This commit is contained in:
parent
c9a94d3161
commit
bce08b7d64
7
.github/workflows/images_build.yml
vendored
7
.github/workflows/images_build.yml
vendored
@ -273,7 +273,7 @@ jobs:
|
|||||||
build: ${{ fromJson(needs.init_build.outputs.components) }}
|
build: ${{ fromJson(needs.init_build.outputs.components) }}
|
||||||
os: ${{ fromJson(needs.init_build.outputs.os) }}
|
os: ${{ fromJson(needs.init_build.outputs.os) }}
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -312,11 +312,6 @@ jobs:
|
|||||||
platform_list="${platform_list#linux/386,}"
|
platform_list="${platform_list#linux/386,}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Can not compile Java applications on ppc64le
|
|
||||||
if [ "${{ matrix.build }}" == "java-gateway" ]; then
|
|
||||||
platform_list="${platform_list%linux/ppc64le}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
platform_list="${platform_list%,}"
|
platform_list="${platform_list%,}"
|
||||||
|
|
||||||
echo "list=$platform_list" >> $GITHUB_OUTPUT
|
echo "list=$platform_list" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user