+5
.fluentci/src/dagger/jobs.ts
+5
.fluentci/src/dagger/jobs.ts
···
116
"TARGET",
117
Deno.env.get("TARGET") || "x86_64-unknown-linux-gnu",
118
)
119
+
.withExec([
120
+
"sh",
121
+
"-c",
122
+
"mv /usr/bin/protoc /usr/bin/_protoc && cp tools/protoc /usr/bin/protoc && chmod a+x /usr/bin/protoc",
123
+
])
124
.withExec(["sh", "-c", "rustup target add $TARGET"])
125
.withExec(["sh", "-c", "cargo build --release --target $TARGET"])
126
.withExec(["sh", "-c", "cp target/${TARGET}/release/tunein ."])