Commit 062a9b2
committed
fix: correct architecture naming in v1 install script
Changes x86_64 architecture detection from 'amd64' to 'x86_64' to match
actual Flipt release file naming convention. Release files use
flipt_{os}_x86_64.tar.gz format, not flipt_{os}_amd64.tar.gz.
Fixes download URL generation that was causing 404 errors when
installing on x86_64 systems.1 parent 7221cc9 commit 062a9b2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments