Skip to content

Commit

Permalink
wip: set defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 18, 2024
1 parent f5ac0aa commit 1410545
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ src:
build:
FROM +src

ARG OS
ARG ARCH
ARG USEROS
ARG USERARCH

ARG OS=$USEROS
ARG ARCH=$USERARCH
ARG TARGET=$(./cross.sh ${OS}/${ARCH})

DO rust+CROSS --target ${TARGET}
Expand Down

0 comments on commit 1410545

Please sign in to comment.