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:49 +01:00
parent 233cdfcaa3
commit 9e8623be7c
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -31,7 +31,6 @@
#include "fm10k.h" #include "fm10k.h"
#include <stdio.h> #include <stdio.h>
#include <time.h>
#include <dirent.h> #include <dirent.h>
#include <limits.h> #include <limits.h>
#include <unistd.h> #include <unistd.h>