mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Allow build Java Gateway on PPC64LE arch
This commit is contained in:
parent
6418ecb0c0
commit
fd4450262f
5
.github/workflows/images_build.yml
vendored
5
.github/workflows/images_build.yml
vendored
@ -318,11 +318,6 @@ jobs:
|
||||
platform_list="${platform_list#linux/386,}"
|
||||
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%,}"
|
||||
|
||||
echo "list=$platform_list" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user