arm64 does not exist to MS :(
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 6m25s
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:
parent
090c00e297
commit
852d264f26
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user