From f89733741d563c2cdef3c1809f8304ed4ad8ff1c Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Sat, 13 Aug 2022 10:17:35 +0100 Subject: [PATCH] feat: arc plugin (#650) --- README.md | 1 + plugins/arc | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/arc diff --git a/README.md b/README.md index 6efd7e4..f5699c1 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | ant | [jackboespflug/asdf-ant](https://github.com/jackboespflug/asdf-ant) | [![Build Status](https://github.com/jackboespflug/asdf-ant/workflows/Build/badge.svg?branch=main)](https://github.com/jackboespflug/asdf-ant/actions) | | Apache Jmeter | [comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter) | [![Build Status](https://github.com/comdotlinux/asdf-jmeter/workflows/Build/badge.svg)](https://github.com/comdotlinux/asdf-jmeter/actions) | | Apollo Router | [safx/asdf-apollo-router](https://github.com/safx/asdf-apollo-router) | [![Build Status](https://github.com/safx/asdf-apollo-router/actions/workflows/build.yml/badge.svg)](https://github.com/safx/asdf-apollo-router/actions) | +| arc | [arc](https://github.com/ORCID/asdf-arc) | [![Build](https://github.com/ORCID/asdf-arc/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-arc/actions/workflows/build.yml) | | argo | [sudermanjr/argo](https://github.com/sudermanjr/asdf-argo) | [![Build Status](https://github.com/sudermanjr/asdf-argo/workflows/master/badge.svg?branch=master)](https://github.com/sudermanjr/asdf-argo/actions) | | argo-rollouts | [abatilo/asdf-argo-rollouts](https://github.com/abatilo/asdf-argo-rollouts) | [![build](https://github.com/abatilo/asdf-argo-rollouts/workflows/build/badge.svg)](https://github.com/abatilo/asdf-argo-rollouts/actions?query=workflow%3A%22build%22) | | argocd | [beardix/argocd](https://github.com/beardix/asdf-argocd) | [![Build Status](https://github.com/beardix/asdf-argocd/workflows/ci/badge.svg?branch=master)](https://github.com/beardix/asdf-argocd/actions) | diff --git a/plugins/arc b/plugins/arc new file mode 100644 index 0000000..a7e4079 --- /dev/null +++ b/plugins/arc @@ -0,0 +1 @@ +repository = https://github.com/ORCID/asdf-arc.git