Skip to content

Commit

Permalink
Note on removed eap-file (#91)
Browse files Browse the repository at this point in the history
* Update README.md

* Update ci-cd.yml
  • Loading branch information
madelen-at-work authored Sep 9, 2024
1 parent 7c63884 commit aca2cd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ on:
# do not match date starting w/ 0, e.g. 1.0.2-01232023
- "![1-9]+.[0-9]+.[0-9]+-[0]*"
pull_request:
paths-ignore:
# do not run if only markdown or other administrative files have been updated
- "*.md"
- "CODEOWNERS"
- "LICENSE"
branches:
- "main"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ the same device. ACAP Runtime is also described in the [ACAP documentation][acap
If you are new to the world of ACAPs take a moment to check out
[What is ACAP?][acap-documentation]

> [!NOTE]
>
> Up until release v1.3.1 ACAP Runtime was distributed both as an ACAP Application eap-file and as a Docker Image.
> All comming releases will be done only as Docker Images.
<!-- omit in toc -->
## Table of contents

Expand Down

0 comments on commit aca2cd1

Please sign in to comment.