Skip to content

Commit

Permalink
Merge pull request #783 from monstermunchkin/fixes/mappings
Browse files Browse the repository at this point in the history
shared/osarch: Add x86_64 to Alpine architecture map
  • Loading branch information
stgraber authored Oct 27, 2023
2 parents 2656e87 + 8e84546 commit 60ed1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/osarch.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

var alpineLinuxArchitectureNames = map[int]string{
osarch.ARCH_32BIT_INTEL_X86: "x86",
osarch.ARCH_64BIT_INTEL_X86: "x86_64",
osarch.ARCH_32BIT_ARMV7_LITTLE_ENDIAN: "armv7",
}

Expand Down

0 comments on commit 60ed1d2

Please sign in to comment.