drone/docker: prepare multi-arch release + provide arm64 image#7571
Merged
techknowlogick merged 7 commits intoJul 24, 2019
Conversation
Member
Author
|
|
Member
|
|
Member
Author
|
@techknowlogick Thx it works now. |
techknowlogick
approved these changes
Jul 24, 2019
lafriks
approved these changes
Jul 24, 2019
Codecov Report
@@ Coverage Diff @@
## master #7571 +/- ##
=======================================
Coverage 41.24% 41.24%
=======================================
Files 469 469
Lines 63608 63608
=======================================
Hits 26236 26236
Misses 33952 33952
Partials 3420 3420Continue to review full report at Codecov.
|
sapk
added a commit
to sapk-fork/gitea
that referenced
this pull request
Aug 15, 2019
…tea#7571) * drone/docker: prepare multi-arch release * Add docker-linux-arm64 pipeline * add arm 64 build to manifest * tag dry-run + indent * Fix notify dependency
techknowlogick
pushed a commit
that referenced
this pull request
Aug 15, 2019
#7884) * drone/docker: prepare multi-arch release * Add docker-linux-arm64 pipeline * add arm 64 build to manifest * tag dry-run + indent * Fix notify dependency
aswild
added a commit
to aswild/gitea
that referenced
this pull request
Aug 25, 2019
* BUGFIXES * Fix wrong sender when send slack webhook (go-gitea#7918) (go-gitea#7924) * Upload support text/plain; charset=utf8 (go-gitea#7899) * Lfs/lock: round locked_at timestamp to second (go-gitea#7872) (go-gitea#7875) * Fix non existent milestone with 500 error (go-gitea#7867) (go-gitea#7873) * SECURITY * Fix No PGP signature on 1.9.1 tag (go-gitea#7874) * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ * ENHANCEMENT * Fix pull creation with empty changes (go-gitea#7920) (go-gitea#7926) * BUILD * Drone/docker: prepare multi-arch release + provide arm64 image (go-gitea#7571) (go-gitea#7884)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following #7480 this PR make the current docker release suffixed by
-linux-amd64and add a manifest pipeline linking the default latest and tagged version to corresponding arch.Later we will only need to add specific docker-os-arch pipeline (+ manifest) to add a supported arch.
This PR is based on what the drone plugin does:
https://github.com/drone-plugins/drone-docker/blob/master/docker/docker/manifest.tmpl
https://github.com/drone-plugins/drone-docker/blob/master/.drone.yml#L303