oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
9 stars 19 forks source link

Support arm64 architecture #321

Closed galiacheng closed 2 months ago

galiacheng commented 2 months ago

Requires #320.

This pull request primarily introduces the ability to specify the VM size for the AKS pool in the GitHub workflows and modifies the build process to support multi-architecture builds, specifically targeting ARM64 and AMD64 platforms. Additionally, it updates the version of the weblogic-azure-aks package and adds constraints and information regarding unsupported platforms in the createUiDefinition.json file.

Changes to GitHub workflows:

Changes to the build process:

Package version update:

Changes to the createUiDefinition.json file: