Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: build a multi-arch image on each commit tomain#11544

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 30 commits intomainfrommulti-arch-main
Jan 18, 2024
Merged
Changes from1 commit
Commits
Show all changes
30 commits
Select commitHold shift + click to select a range
cfe0ddc
wip
matifaliJan 10, 2024
b13efd7
`fmt`
matifaliJan 10, 2024
131a227
wip
matifaliJan 10, 2024
88102bd
Merge branch 'main' into multi-arch-main
matifaliJan 10, 2024
206a11c
wip
matifaliJan 10, 2024
cef4eb7
add condition to not push
matifaliJan 10, 2024
bcbafce
enable push and pull for base image
matifaliJan 10, 2024
1332c94
update project
matifaliJan 10, 2024
7894508
Tagged Docker image as main
matifaliJan 10, 2024
e9d2421
use free runner
matifaliJan 10, 2024
568560c
do not push
matifaliJan 10, 2024
30e9470
use larger runner
matifaliJan 10, 2024
8dd78cd
wip
matifaliJan 10, 2024
29e43e9
do not build base
matifaliJan 10, 2024
3d28596
remove excess permission
matifaliJan 10, 2024
0d1233b
cleanup
matifaliJan 10, 2024
5caf911
wip
matifaliJan 10, 2024
71e8145
test
matifaliJan 10, 2024
65678a7
test
matifaliJan 10, 2024
d3ee831
test
matifaliJan 10, 2024
6816e10
Update Docker image tags and retention policy
matifaliJan 10, 2024
4116e94
cleanup
matifaliJan 10, 2024
8b39c8b
Add prune-tags-regexes to CI workflow
matifaliJan 10, 2024
6fbfcb6
prune intermediate images for each arch.
matifaliJan 11, 2024
9f5725d
Merge branch 'main' into multi-arch-main
matifaliJan 11, 2024
7c91a25
prevent tags cleanup and artifact upload on PR branches
matifaliJan 11, 2024
ec5cd53
Merge branch 'main' into multi-arch-main
matifaliJan 17, 2024
e48d0c9
pr suggestions
matifaliJan 17, 2024
dc07bef
Merge branch 'main' into multi-arch-main
matifaliJan 17, 2024
319ffa1
PR commnets
matifaliJan 18, 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
PrevPrevious commit
NextNext commit
use free runner
  • Loading branch information
@matifali
matifali committedJan 10, 2024
commite9d24217ce7d0aa6c6771f65d526768049a17d93
2 changes: 1 addition & 1 deletion.github/workflows/ci.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -657,7 +657,7 @@ jobs:
# are for amd64)
needs: changes
if: needs.changes.outputs.docs-only == 'false'
runs-on:${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
runs-on:"ubuntu-latest"
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
outputs:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp