Skip to content

Commit eaf88ac

Browse files
committed
fix: add usrLibMultiarchDir for 32-bit ARM, whatever that means
1 parent 46a78fb commit eaf88ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/ebutil/libs_arm.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//go:build arm
2+
3+
package ebutil
4+
5+
// Based on https://github.com/NVIDIA/libnvidia-container/blob/v1.15.0/src/common.h#L37
6+
const usrLibMultiarchDir = "/usr/lib/i386-linux-gnu"

0 commit comments

Comments
 (0)