From 5cd54469deadea8a4c7a434c2de2831074e7ee7e Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 8 Jan 2025 14:37:40 +0000 Subject: [PATCH] Add .onedev-buildspec.yml --- .onedev-buildspec.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .onedev-buildspec.yml diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..763f4f1 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,24 @@ +version: 38 +jobs: +- name: Build for x86_64 + steps: + - !CheckoutStep + name: Checkout + cloneCredential: !DefaultCredential {} + withLfs: true + withSubmodules: false + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + - !BuildImageStep + name: Build Docker Image + output: !RegistryOutput + tags: tesses-framework:latest + platforms: linux/amd64 + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + paramSpecs: + - !CommitParam + name: On Commit + allowEmpty: false + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400