Skip to content

Commit

Permalink
Correct armv6l
Browse files Browse the repository at this point in the history
Signed-off-by: Mantas Domaševičius <[email protected]>
  • Loading branch information
mdomasevicius committed Mar 19, 2024
1 parent 87b5916 commit 6f6c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/packages/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func PackageLinuxDebianArmv6l() error {
if err := sh.RunWith(envi, "bin/build"); err != nil {
return err
}
if err := packageDebian("build/myst/myst", "armhf"); err != nil {
if err := packageDebian("build/myst/myst", "armv6l"); err != nil {
return err
}
return env.IfRelease(storage.UploadArtifacts)
Expand Down

0 comments on commit 6f6c018

Please sign in to comment.