Skip to content

Commit

Permalink
ci: add target aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 20, 2024
1 parent b7542c0 commit 9c0d580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const build = async (src = ".") => {
"TARGET",
Deno.env.get("TARGET") || "x86_64-unknown-linux-gnu"
)
.withExec(["sh", "-c", "rustup target add $TARGET"])
.withExec([
"sh",
"-c",
Expand Down

0 comments on commit 9c0d580

Please sign in to comment.