diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index da1f34112a2..762f1811d35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -422,9 +422,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