Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consolidate and streamline build #2469

Merged
merged 20 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
dr-bonez committed Oct 21, 2023
commit 7b19d483367e425c3e08a3ce7da1dc110bcbef6b
2 changes: 1 addition & 1 deletion .github/workflows/startos-iso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Make
run: make ARCH=${{ matrix.arch }} compiled.tar
run: make ARCH=${{ matrix.arch }} compiled-${{ matrix.arch }}.tar

- uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ secrets.db
/*.squashfs
/results
/dpkg-workdir
/compiled.tar
/compiled.tar
/compiled-*.tar