Skip to content

Commit

Permalink
pass arch to arm-image
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jul 24, 2023
1 parent c683a90 commit 79cac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ all-arm:
IF [[ "$FLAVOR" = "ubuntu-20-lts-arm-nvidia-jetson-agx-orin" ]]
BUILD +prepare-arm-image --MODEL=rpi64 --FLAVOR=${FLAVOR}
ELSE
BUILD +arm-image --MODEL=rpi64
BUILD +arm-image --MODEL=rpi64 --ARCH=arm64
END

arm-container-image:
Expand Down

0 comments on commit 79cac0f

Please sign in to comment.