Skip to content

Commit

Permalink
Add new Lotus releases (#7)
Browse files Browse the repository at this point in the history
* Add Lotus v1.23.4-rc2

* Use maximise build space action (#9)

* Use maximize build space action

* remove unused libs

* add latest lotus releases
  • Loading branch information
LexLuthr authored Oct 25, 2023
1 parent 2f86b1b commit 544814f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- v1.23.2
- v1.23.3
- v1.23.4-rc1
- v1.23.4-rc2
- v1.24.0-rc1
- v1.25.0-rc1
net:
- name: mainnet
goflags: ''
Expand All @@ -31,6 +34,13 @@ jobs:
platform:
- linux/amd64,linux/arm64
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 544814f

Please sign in to comment.