-
Notifications
You must be signed in to change notification settings - Fork 382
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
build images weekly, without cache #789
Conversation
this gives me the idea to also start making progress into buildx, it'd be cool if |
d136a91
to
92f5a4a
Compare
going to split this out into two prs |
92f5a4a
to
b22604c
Compare
depends on #791 |
b22604c
to
50c4eb0
Compare
this could also maybe implement parts of #610, checking that mounts works correctly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit.
50c4eb0
to
c2f6a1f
Compare
.map(|m| { | ||
format!( | ||
"{}{}", | ||
m.target, | ||
if let Some(sub) = &m.sub { | ||
format!(".{sub}") | ||
} else { | ||
<_>::default() | ||
} | ||
) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed this too, apparently it went away in some rebase somewhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
bors r+ |
Build succeeded: |
No description provided.