diff --git a/README.md b/README.md index ef42202..b03f4bf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ * Android * macOS 10.13 for TensorFlow * Debian 10 + * Debian 11/Bullseye * wasm32 cross-compiled from Ubuntu 20.04 diff --git a/nodes/x86_64_debian_11.json b/nodes/x86_64_debian_11.json new file mode 100644 index 0000000..8e4753f --- /dev/null +++ b/nodes/x86_64_debian_11.json @@ -0,0 +1,17 @@ +{ + "contact": { + "name": "Dennis Schafroth", + "email": "dennis@schafroth.com" + }, + "node": { + "platform": "Linux x86_64", + "os_version": "Debian 11" + }, + "jobs": [ + { + "display_name": "Swift - Debian 11 Linux x86_64 (main)", + "branch": "main", + "preset": "buildbot_incremental_linux" + } + ] +}