Skip to content

Build multi-architecture images #197

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

Merged
merged 27 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5e851b4
trial staged build with github actions tooling
4141done Jan 9, 2024
c9b9a33
fix some yaml issues
4141done Jan 9, 2024
5f531ed
debug image state after loading base image in unprivileged build
4141done Jan 9, 2024
0d84f4f
adjust debug prints
4141done Jan 9, 2024
391f08d
move to a registry strategy to share base images due to buildx
4141done Jan 9, 2024
9944209
attempt a different build strategy to share base image
4141done Jan 10, 2024
4cc8a93
try building the base image, pushing, and saving
4141done Jan 10, 2024
6d1b798
wait for build to run before we start testing
4141done Jan 10, 2024
d0b303e
fix file path for oss image upload
4141done Jan 10, 2024
205fc95
add all tests
4141done Jan 10, 2024
e086211
correct image name in later tests
4141done Jan 10, 2024
1e32e13
add platforms to all build config
4141done Jan 10, 2024
4a022b2
redo build for base image, try the oci exporter
4141done Jan 10, 2024
793640f
simplify to just build for test initial stages
4141done Jan 10, 2024
c296ad5
add unprivileged
4141done Jan 10, 2024
c5aa0c0
add push job
4141done Jan 11, 2024
d79d4bd
fix bad comments
4141done Jan 11, 2024
fc657e7
fix missing date
4141done Jan 11, 2024
62813ca
get interpolation right in docker tag
4141done Jan 11, 2024
2569856
try moving to github.repository
4141done Jan 11, 2024
452d23b
clean up test script
4141done Jan 11, 2024
15fb908
remove syntax error
4141done Jan 11, 2024
fc4dd27
remove branch restrictions on test jobs. They should run always
4141done Jan 11, 2024
590c3e4
ensure runner version, set explicit artifact retention period
4141done Jan 12, 2024
8182945
fix temp dir
4141done Jan 12, 2024
fa22c86
try using the runner temp for file upload and download
4141done Jan 12, 2024
bb364c0
use the temp variable all the places
4141done Jan 12, 2024
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
remove syntax error
  • Loading branch information
4141done committed Jan 11, 2024
commit 15fb908c2c02b30b28725f0973686f96f0bf00bf
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: CI
# events but only for the master branch
on:
push:
temporarily run on every push for testing
branches: [ master ]
pull_request:
branches: [ master ]
Expand Down