forked from madMAx43v3r/chia-plotter
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from AmineKhaldi/update_upstream
Update to latest madmax with k33 and k34 support
- Loading branch information
Showing
19 changed files
with
418 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Debug build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
build-release: | ||
runs-on: [ARM64] | ||
|
@@ -46,7 +48,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Release build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
- name: Get tag name | ||
if: startsWith(github.ref, 'refs/tags/') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Debug build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
build-release: | ||
runs-on: ubuntu-latest | ||
|
@@ -46,7 +48,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Release build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
- name: Get tag name | ||
if: startsWith(github.ref, 'refs/tags/') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Debug build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
build-release: | ||
runs-on: [m1] | ||
|
@@ -52,7 +54,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Release build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
- name: Get tag name | ||
if: startsWith(github.ref, 'refs/tags/') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Debug build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
build-release: | ||
runs-on: macOS-latest | ||
|
@@ -52,7 +54,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: Release build | ||
path: ${{github.workspace}}/build/chia_plot | ||
path: | | ||
${{github.workspace}}/build/chia_plot | ||
${{github.workspace}}/build/chia_plot_k34 | ||
- name: Get tag name | ||
if: startsWith(github.ref, 'refs/tags/') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: MSVC Release build | ||
path: ${{github.workspace}}/build/chia_plot.exe | ||
path: | | ||
${{github.workspace}}/build/chia_plot.exe | ||
${{github.workspace}}/build/chia_plot_k34.exe | ||
upload-release-artifacts: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.