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

Lines changed: 6 additions & 0 deletions
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)