Force drone to build on linux-amd64
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2020-12-31 01:24:01 +01:00
parent 959d3eff34
commit 39c9d3ee78

View file

@ -2,6 +2,10 @@ local Pipeline(image, version, extra, depinstall, buildKernel) = {
kind: "pipeline",
type: "docker",
name: image+"-"+version,
platform: {
os: "linux",
arch: "amd64"
},
steps: [
{
name: "build",