6543
|
b85ee124e2
|
Ensure that the plugin binary does not conflict with the utility being used (#24)
use methode described in https://docs.docker.com/build/buildx/install/ to install buildx into image.
- `/usr/lib/docker/cli-plugins/docker-buildx` -> `/usr/libexec/docker/cli-plugins/docker-buildx`
- fix linux/amd64 build on linux/arm64
rename plugin binary
- `docker-buildx` -> `plugin-docker-buildx`
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/24
Reviewed-by: anbraten <anbraten@noreply.codeberg.org>
|
2022-10-08 00:58:57 +02:00 |
|
6543
|
4add961b4c
|
Publish arm image too (#21)
base image (https://hub.docker.com/_/docker/tags?page=1&name=20.10-dind) do support amd64 and arm64
so we can do too
Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/21
|
2022-09-28 03:12:21 +02:00 |
|
Thomas Boerger
|
bc210137f1
|
Dropped unused Makefile
|
2016-07-31 18:06:30 +02:00 |
|
Koen Schmeets
|
4971855b4d
|
Remove codegangsta/cli from makefile deps (are already bundled in vendor)
|
2016-06-18 22:37:54 +02:00 |
|
Koen Schmeets
|
29dccc3dc3
|
More logging, disable docker login email, changes to makefile
|
2016-06-18 22:23:15 +02:00 |
|
Thomas Boerger
|
22f143de4f
|
Make the builds reproducable based on commit sha
|
2016-02-21 11:06:39 +01:00 |
|
Thomas Boerger
|
65cfc66223
|
Removed unused CI_BUILD_NUMBER from makefile
|
2016-02-21 10:43:07 +01:00 |
|
Thomas Boerger
|
61e7644905
|
Added all task as first task to makefile
|
2016-02-21 10:38:52 +01:00 |
|
Thomas Boerger
|
78cce00412
|
Unification: Drone config, Makefile, structure and badges
|
2016-01-26 10:13:42 +01:00 |
|