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 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