mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	fix 32-bit arm (#5781)
This commit is contained in:
		| @@ -68,7 +68,7 @@ ENV \ | ||||
| # See: https://unix.stackexchange.com/questions/553743/correct-way-to-add-lib-ld-linux-so-3-in-debian | ||||
| RUN \ | ||||
|     if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \ | ||||
|         ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3; \ | ||||
|         ln -s /lib/arm-linux-gnueabihf/ld-linux-armhf.so.3 /lib/ld-linux.so.3; \ | ||||
|     fi | ||||
|  | ||||
| RUN \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user