diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 180a81c..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/golang:1.16 - - working_directory: /go/src/github.com/bitnami/ini-file - steps: - - checkout - - run: make get-build-deps - - run: make download - - run: make vet - - run: make lint - - run: make cover - - run: make build TOOL_PATH=out/ini-file - - run: make build/arm64 TOOL_PATH=out/arm64/ini-file - - store_artifacts: - path: /go/src/github.com/bitnami/ini-file/out/ini-file - destination: ini-file - - store_artifacts: - path: /go/src/github.com/bitnami/ini-file/out/arm64/ini-file - destination: ini-file-arm64 diff --git a/README.md b/README.md index ed4325e..c27f04a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CircleCI](https://circleci.com/gh/bitnami/ini-file.svg?style=svg)](https://circleci.com/gh/bitnami/ini-file) +[![CI](https://github.com/bitnami/ini-file/actions/workflows/main.yml/badge.svg)](https://github.com/bitnami/ini-file/actions/workflows/main.yml) # ini-file