mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	Add armel support to deb script
This commit is contained in:
		
							parent
							
								
									67c670ab4c
								
							
						
					
					
						commit
						b5e3b05e77
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -27,6 +27,7 @@ elif [ $PKGARCH = "mipsel" ]; then GOARCH=mipsle GOOS=linux ./build
 | 
				
			||||||
elif [ $PKGARCH = "mips" ]; then GOARCH=mips64 GOOS=linux ./build
 | 
					elif [ $PKGARCH = "mips" ]; then GOARCH=mips64 GOOS=linux ./build
 | 
				
			||||||
elif [ $PKGARCH = "armhf" ]; then GOARCH=arm GOOS=linux GOARM=6 ./build
 | 
					elif [ $PKGARCH = "armhf" ]; then GOARCH=arm GOOS=linux GOARM=6 ./build
 | 
				
			||||||
elif [ $PKGARCH = "arm64" ]; then GOARCH=arm64 GOOS=linux ./build
 | 
					elif [ $PKGARCH = "arm64" ]; then GOARCH=arm64 GOOS=linux ./build
 | 
				
			||||||
 | 
					elif [ $PKGARCH = "armel" ]; then GOARCH=arm GOOS=linux GOARM=5 ./build
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  echo "Specify PKGARCH=amd64,i386,mips,mipsel,armhf,arm64"
 | 
					  echo "Specify PKGARCH=amd64,i386,mips,mipsel,armhf,arm64"
 | 
				
			||||||
  exit 1
 | 
					  exit 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue