1
0

arm64 does not exist to MS :(
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 6m25s

Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
This commit is contained in:
Leonardo Amaral 2024-07-26 17:39:29 -03:00
parent 090c00e297
commit 852d264f26
Signed by: leonardo
SSH Key Fingerprint: SHA256:5aHb9wgXOaC7ZHAfMBTvRdJBrNsxHf8jC5p/4aUlFCo
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
context: .
file: ./Containerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: leonardo/vmcli-powershell-container

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/powershell:latest
FROM mcr.microsoft.com/powershell:ubi
RUN /opt/microsoft/powershell/7/pwsh -Command Set-PSRepository -Name 'PSGallery' -Verbose -InstallationPolicy Trusted \
&& /opt/microsoft/powershell/7/pwsh -Command Install-Module VMware.PowerCLI -Verbose -Scope AllUsers -AllowClobber -AcceptLicense -Confirm:\$false