Skip to content

Commit

Permalink
Fix AMD64 appimage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
atterpac committed Nov 21, 2024
1 parent eccfd34 commit 699743d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/internal/commands/appimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func generateAppImage(options *GenerateAppImageOptions) error {
// Architecture-specific variables using a map
archDetails := map[string]string{
"arm64": "aarch64",
"amd64": "x86_64",
"x86_64": "x86_64",
}

Expand Down

0 comments on commit 699743d

Please sign in to comment.