Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 4, 2024
1 parent 9822aad commit 961e742
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,17 @@ jobs:
platforms: |
linux/arm64/v8
file: docker/livebook.dockerfile
- run: docker run --platform linux/arm64/v8 -v $PWD:/src -w /src ${{ secrets.DOCKERHUB_USERNAME }}/beaver-livebook:latest bash scripts/build-for-publish.sh
- uses: actions/checkout@v3
name: Check-out beaver
with:
repository: beaver-lodge/beaver
path: beaver
- uses: actions/checkout@v3
name: Check-out kinda
with:
repository: beaver-lodge/kinda
path: kinda
- run: docker run --platform linux/arm64/v8 -v $PWD:/src -w /src/beaver ${{ secrets.DOCKERHUB_USERNAME }}/beaver-livebook:latest bash scripts/build-for-publish.sh
- name: Publish archives and packages
uses: softprops/action-gh-release@v1
if: ${{ github.repository == 'beaver-lodge/beaver' && env.PRE_BUILT_RELEASE_GITHUB_TOKEN != null }}
Expand Down

0 comments on commit 961e742

Please sign in to comment.