Skip to content

Commit

Permalink
fix: add usrLibMultiarchDir for 32-bit ARM, whatever that means
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Jul 2, 2024
1 parent 46a78fb commit eaf88ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/ebutil/libs_arm.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//go:build arm

package ebutil

// Based on https://github.com/NVIDIA/libnvidia-container/blob/v1.15.0/src/common.h#L37
const usrLibMultiarchDir = "/usr/lib/i386-linux-gnu"

0 comments on commit eaf88ac

Please sign in to comment.