Skip to content

Commit

Permalink
updating circleci arch
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Nov 4, 2023
1 parent 2a275dd commit 5f809a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
resource_class: arm.medium
steps:
- checkout
- run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.2/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.2/earthly-linux-arm64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- run:
command: FORCE_COLOR=1 earthly --ci --no-output +archive
no_output_timeout: 2h

0 comments on commit 5f809a8

Please sign in to comment.