Skip to content

jobs updates for new build folder structure - #31

Merged
nikodunk merged 3 commits into
sysupdatefrom
jobs-5
Aug 19, 2026
Merged

jobs updates for new build folder structure#31
nikodunk merged 3 commits into
sysupdatefrom
jobs-5

Conversation

@nikodunk

Copy link
Copy Markdown
Collaborator

No description provided.

@nikodunk nikodunk changed the title jobs updates for new image format jobs updates for new build folder structure Aug 19, 2026
--include="SHA256SUMS"
aws s3 cp mkosi.output/elementary-liveiso.iso "s3://${{ secrets.R2_BUCKET_DAILY_INSTALLER }}/amd64/elementaryos-9.0-daily-amd64.${{ steps.get_date.outputs.RELEASE_DATE }}.iso"
cd mkosi.output
find . -maxdepth 1 -type f \( \

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we now have subfolders which aws sync will search endlessly. avoid!

Comment thread .github/workflows/release.yaml Outdated
\) -print0 | while IFS= read -r -d '' f; do
aws s3 cp "$f" "s3://${{ secrets.R2_BUCKET_DAILY_UPDATES }}/"
done
aws s3 cp elementaryos-9.0-*.iso "s3://${{ secrets.R2_BUCKET_DAILY_INSTALLER }}/amd64/elementaryos-9.0-daily-amd64.${{ steps.get_date.outputs.RELEASE_DATE }}.iso"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new folder layout, not yet using matrices

@nikodunk
nikodunk merged commit fead13c into sysupdate Aug 19, 2026
0 of 2 checks passed
@nikodunk
nikodunk deleted the jobs-5 branch August 19, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant