Skip to content

Commit

Permalink
fix: add TARGETARCH (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn authored Jun 6, 2024
1 parent afa5a2c commit 0772722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ IMPORT ./installer AS installer
flutter-src:
FROM busybox
ARG version=3.22.1
ARG TARGETARCH

RUN mkdir -p /flutter
IF [ "$TARGETARCH" = "amd64" ]
RUN wget -qO - https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_$version-stable.tar.xz \
Expand Down

0 comments on commit 0772722

Please sign in to comment.