Skip to content

Commit

Permalink
Add freebsd to releases (#4341)
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants authored Dec 4, 2023
1 parent ccb1b7c commit eca5838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
docker exec -t build /bin/bash -c "make build-cc-linux-arm64v8"
docker exec -t build /bin/bash -c "make build-cc-linux-arm32v7"
docker exec -t build /bin/bash -c "make build-cc-linux-arm32v6"
docker exec -t build /bin/bash -c "make build-cc-freebsd"
- name: Cleanup build container
run: docker rm -f -v build
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
dist/stash-linux-arm64v8
dist/stash-linux-arm32v7
dist/stash-linux-arm32v6
dist/stash-freebsd
CHECKSUMS_SHA1
- name: Master release
Expand All @@ -163,6 +165,7 @@ jobs:
dist/stash-linux-arm64v8
dist/stash-linux-arm32v7
dist/stash-linux-arm32v6
dist/stash-freebsd
CHECKSUMS_SHA1
gzip: false

Expand Down

0 comments on commit eca5838

Please sign in to comment.