summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4bd754077..30c1cbcc5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -82,6 +82,10 @@ jobs:
os: windows-latest
name: starship-aarch64-pc-windows-msvc.zip
+ - target: x86_64-unknown-freebsd
+ os: ubuntu-latest
+ name: starship-x86_64-unknown-freebsd.tar.gz
+
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: