You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Makefile rule `make prepare-release` was used to build:
* scaleway-cli dist files for several architectures
* scaleway-cli debian packages
* scaleway-cli Docker image
By splitting the Makefile rule into the three rules, it is possible to
call make prepare-release-dist from a container (so no need to have go
installed on the host) and the two other rules,
prepare-release-debian-packages and prepare-release-docker-image, from a
Docker host (since they spawn a Docker container).
0 commit comments