mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Actually publish for arm32...
This commit is contained in:
		
							parent
							
								
									2262edc58e
								
							
						
					
					
						commit
						b6be0d955f
					
				|  | @ -33,6 +33,7 @@ do | |||
|   # Cross compile for ARM on x64 | ||||
|   # Requires debian or ubuntu packages "g++-aarch64-linux-gnu" and "g++-arm-linux-gnueabihf". | ||||
|   CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ LD=arm-linux-gnueabihf-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm | ||||
|   cp -r build/stage/* "${ARTIFACTS_OUT}"/ | ||||
|   CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ LD=aarch64-linux-gnu-g++ ./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=arm64 | ||||
|   cp -r build/stage/* "${ARTIFACTS_OUT}"/ | ||||
| done | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue