mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 10:27:47 +02:00
Removed arm64 platform for web-service on Oracle Linux
This commit is contained in:
parent
cd6a1d92ad
commit
c8820abfe4
3
.github/workflows/images_build.yml
vendored
3
.github/workflows/images_build.yml
vendored
@ -893,6 +893,9 @@ jobs:
|
||||
# Chromium on Ubuntu is not available on s390x and armhf platform
|
||||
elif [ "$MATRIX_OS" == "ubuntu" ] && [ "$MATRIX_BUILD" == "web-service" ]; then
|
||||
platform_list="linux/amd64,linux/arm64"
|
||||
# Chromium on Oracle Linux is available only on amd64 platform
|
||||
elif [ "$MATRIX_OS" == "ol" ] && [ "$MATRIX_BUILD" == "web-service" ]; then
|
||||
platform_list="linux/amd64"
|
||||
else
|
||||
platform_list=$(jq -r ".[\"os-linux\"].\"$MATRIX_OS\" | join(\",\")" "$MATRIX_FILE")
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user