Skip to content

Commit 9b7e70d

Browse files
authored
Merge pull request #293 from habitat-sh/aarch
add support for aarch64 packages
2 parents 26b2df6 + 7775b47 commit 9b7e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg-sync/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func executeCommand(command string, args ...string) error {
241241
}
242242

243243
func sync(packageList PackageList, origin, channel, bldrURL, privateToken, publicToken string, localPackages []string, generateListOnly bool) error {
244-
for _, target := range []string{"x86_64-linux", "x86_64-windows"} {
244+
for _, target := range []string{"x86_64-linux", "x86_64-windows", "aarch64-linux"} {
245245
var latestPackages []string
246246
var err error
247247

0 commit comments

Comments
 (0)