ci: Add freebsd executable to releases

This was temporarily disabled, because of timeouts in Cirrus. This seems to work well again.
This commit is contained in:
Wolfgang Walther
2024-02-17 15:24:10 +01:00
parent 2a7a6b038a
commit b3600a26fb
2 changed files with 14 additions and 11 deletions
+2 -3
View File
@@ -399,9 +399,8 @@ jobs:
tar cJvf "release-bundle/postgrest-v$VERSION-macos-x64.tar.xz" \
-C artifacts/postgrest-macos-x64 postgrest
# TODO: Fix timeouts for FreeBSD builds in Cirrus
#tar cJvf "release-bundle/postgrest-v$VERSION-freebsd-x64.tar.xz" \
# -C artifacts/postgrest-freebsd-x64 postgrest
tar cJvf "release-bundle/postgrest-v$VERSION-freebsd-x64.tar.xz" \
-C artifacts/postgrest-freebsd-x64 postgrest
tar cJvf "release-bundle/postgrest-v$VERSION-ubuntu-aarch64.tar.xz" \
-C artifacts/postgrest-ubuntu-aarch64 postgrest