Try multi-arch builds with jsonnet #1
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jjkiers/drone-test#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of having to specify the build configuration separately for each target, it would help if it is configured automatically based on input parameters.
According to the Drone documentation, this should be possibly by using Jsonnet. See an example in the Drone docs.
Setup
To use Jsonnect, it must be enabled on the server, by setting the
DRONE_JSONNET_ENABLED=1
environment variable.Usage
It is not entirely clear, but it looks like instead of building a
.drone.yml
file, a.drone.jsonnet
file is required.This needs some experimentation.
This is closed now.