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 Dec 8, 2023
1 parent 60ce738 commit fe2f45f
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 fe2f45f

Please sign in to comment.