summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-01-30 12:50:38 +0100
committerGitHub <noreply@github.com>2021-01-30 12:50:38 +0100
commit383d2df580dab30c56e9589b4033b7e2f867bc1d (patch)
tree6c88ffc065e0a748a7c4130580dd95728aea16a1 /.github
parent9e21e3cf5fb0938902c526ed3917e27d289baca8 (diff)
build: add x86_64 freebsd build (#2233)
Diffstat (limited to '.github')
-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: