diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3458815..b3746c8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - base strategy: matrix: - language: ["go", "js", "protobuf", "oas", "just", "bun"] + language: ["go", "js", "protobuf", "oas", "just", "bun", "rust"] steps: - name: Login to Registry uses: "docker/login-action@v3" diff --git a/images/actions/rust/Dockerfile b/images/actions/rust/Dockerfile new file mode 100644 index 0000000..06b3d26 --- /dev/null +++ b/images/actions/rust/Dockerfile @@ -0,0 +1,3 @@ +FROM git.kjan.de/actions/runner-basic:latest + +RUN sudo --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh