mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	ci: enable qemu on arm64 builds
This commit is contained in:
		
							parent
							
								
									d2e875286e
								
							
						
					
					
						commit
						a4daaf5c28
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/dev.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dev.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -74,7 +74,7 @@ jobs: | ||||||
|                   cache: "pnpm" |                   cache: "pnpm" | ||||||
| 
 | 
 | ||||||
|             - name: Install qemu |             - name: Install qemu | ||||||
|               run: sudo apt install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils |               run: egrep -c '(vmx|svm)' /proc/cpuinfo && sudo apt install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd | ||||||
| 
 | 
 | ||||||
|             - name: Install snapcraft |             - name: Install snapcraft | ||||||
|               run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge |               run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue