From f7670f8ee29aec20e44ab68de45bfa4c222bc7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Sat, 6 Jan 2024 14:32:33 +0000 Subject: [PATCH 1/2] .editorconfig (#1003) --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..174af3e952 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.rs] +indent_style = space +indent_size = 4 + +[{package.json,*.yml,*.yaml}] +indent_style = space +indent_size = 2 From ea6cd5865bbe06ce0ab190180b12954f34c8ebf2 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Sat, 6 Jan 2024 09:32:48 -0500 Subject: [PATCH 2/2] Update customer-docker.yml (#1002) --- .github/workflows/customer-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/customer-docker.yml b/.github/workflows/customer-docker.yml index 6d9eb4dbdc..4b25c2d9e4 100644 --- a/.github/workflows/customer-docker.yml +++ b/.github/workflows/customer-docker.yml @@ -12,7 +12,7 @@ jobs: docker-build: strategy: matrix: - runner: [ubicloud-standard-2-ubuntu-2204-arm] + runner: [ubuntu-latest] runs-on: ${{ matrix.runner }} permissions: contents: read