mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +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 | # See: https://unix.stackexchange.com/questions/553743/correct-way-to-add-lib-ld-linux-so-3-in-debian | ||||||
| RUN \ | RUN \ | ||||||
|     if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \ |     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 |     fi | ||||||
|  |  | ||||||
| RUN \ | RUN \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user