Skip to content

Commit

Permalink
CI updates for release
Browse files Browse the repository at this point in the history
- Publish docker images -> ghcr.io
- Deduplicate / normalize build and publish logic
- Make sure release branches are getting verified correctly

Closes #1171

- Cryptol binaries are no longer included in release tarballs

Closes #1184
  • Loading branch information
Lisanna Dettwyler committed Apr 19, 2021
1 parent 9f5fac9 commit f43210f
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 295 deletions.
1 change: 0 additions & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ zip_dist() {
name="${name:-"saw-$VERSION-$RUNNER_OS-x86_64"}"
mv dist "$name"
tar -czf "$name".tar.gz "$name"
sign "$name".tar.gz
[[ -f "$name".tar.gz.sig ]] && [[ -f "$name".tar.gz ]]
}

Expand Down
Loading

0 comments on commit f43210f

Please sign in to comment.