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

Add 64 bit and lite builds #65

Merged
merged 44 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
6db9d33
Add pi-topOS Lite (#1)
m-roberts Nov 4, 2022
3d95667
Update QEMU handling to include arm64, update build matrix
m-roberts Nov 4, 2022
cc16112
Matrix value as list
m-roberts Nov 4, 2022
3f1eba1
Simplify matrix
m-roberts Nov 4, 2022
f78310f
Fix top-level package name
m-roberts Nov 4, 2022
21d564e
Don't fail fast
m-roberts Nov 4, 2022
5e83ea8
Add arch-specific configure step for missing patch
m-roberts Nov 4, 2022
ffe2d0a
Copy to all workflows
m-roberts Nov 4, 2022
a8d1516
Use local build_type var
m-roberts Nov 4, 2022
249494b
Fix gh artifact upload format
m-roberts Nov 4, 2022
d58dbf8
Don't zip image on experimental builds
m-roberts Nov 4, 2022
0806135
Skip 'get zip filename' step
m-roberts Nov 4, 2022
af4ca48
Install experimental 64-bit pi-topOS apt source
m-roberts Nov 9, 2022
808dcd5
Only add 64-bit repo for full 64 bit OS
m-roberts Nov 9, 2022
e4e02b5
Fix architecture specified
m-roberts Nov 9, 2022
f16f82d
Remove non-release apt sources by default
m-roberts Nov 9, 2022
af93640
Merge fix-gh-artifact-upload-fmt
m-roberts Nov 9, 2022
56f6efd
Add missing bracket
m-roberts Nov 9, 2022
c898837
Fix bad var name from merge
m-roberts Nov 9, 2022
45c1e4f
Use 'build type' for determining img and zip filenames
m-roberts Nov 10, 2022
047ff06
Experimental builds upload to transfer.sh; reduce wait time for downl…
m-roberts Nov 10, 2022
104d465
Always run pt-os-first-boot-setup
m-roberts Nov 10, 2022
a58a772
Tidy up steps; unify non-experimental workflows
m-roberts Nov 10, 2022
22040d5
Add comment
m-roberts Nov 10, 2022
44db23c
Fix path
m-roberts Nov 10, 2022
57b5430
Drop transfer.sh step as it is too slow to be useful
m-roberts Nov 10, 2022
09f6094
Fix determining full build in workflow
m-roberts Nov 10, 2022
aa303fc
Revert "Fix determining full build in workflow"
m-roberts Nov 10, 2022
5f294b7
Wrap in quotes
m-roberts Nov 10, 2022
ade5b9f
Revert "Wrap in quotes"
m-roberts Nov 10, 2022
87ffc77
Revert "Revert "Fix determining full build in workflow""
m-roberts Nov 10, 2022
b7e6e1b
Fix full build check
m-roberts Nov 10, 2022
1c2b247
Fix OS zip upload filename
m-roberts Nov 10, 2022
e916f32
Fix OS zip upload filename again
m-roberts Nov 10, 2022
4d3631c
Move shared workflow environment variables to .env
m-roberts Nov 10, 2022
670e608
Load .env after checkout
m-roberts Nov 10, 2022
7a6f9bb
Remove additional 64-bit apt repo
jcapona Nov 30, 2022
02fa116
Run experimental builds on pull requests
jcapona Nov 30, 2022
239898a
Don't remove apt sources
jcapona Nov 30, 2022
0c6f205
Remove unused variable
jcapona Nov 30, 2022
b1f4bf7
Update .github/workflows/experimental.yml
jcapona Dec 1, 2022
44e9b1c
Update .github/workflows/pt-os.yml
jcapona Dec 1, 2022
a034f72
Update .github/workflows/experimental.yml
jcapona Dec 1, 2022
2b9ae20
Update .github/workflows/pt-os.yml
jcapona Dec 1, 2022
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
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RASPIOS_BUILD_DATE="2022-09-22"
RASPIOS_RELEASE_DATE="2022-09-26"
122 changes: 0 additions & 122 deletions .github/workflows/bullseye-experimental.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/bullseye-stable.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/bullseye-testing.yml

This file was deleted.

Loading