Skip to content

Commit

Permalink
Required args can't have default values
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Oct 13, 2023
1 parent 9a0116b commit 0007472
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 @@ -81,7 +81,7 @@ all-arm:
ARG --required FLAVOR # The distribution E.g. "ubuntu"
ARG --required FLAVOR_RELEASE # The distribution release/version E.g. "20.04"
ARG --required VARIANT
ARG --required MODEL=rpi4
ARG --required MODEL
ARG --required BASE_IMAGE # BASE_IMAGE is the image to apply the strategy (aka FLAVOR) on. E.g. ubuntu:20.04

BUILD --platform=linux/arm64 +base-image --MODEL=$MODEL
Expand Down

0 comments on commit 0007472

Please sign in to comment.