Skip to content

Commit

Permalink
Exclude uninmplemented deb assembly
Browse files Browse the repository at this point in the history
Extend example to run with Act
  • Loading branch information
AlexRuiz7 committed Dec 26, 2023
1 parent 4649bc3 commit 5466fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
exclude:
# skip arm64 until we have arm runners
- architecture: arm64
- distribution: tar
- distribution: [tar, deb] # Exclude deb assembly until it's implemented

uses: ./.github/workflows/r_assemble.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The script will:
### Running in Act

```console
act -j assemble -W .github/workflows/build.yml --artifact-server-path ./artifacts
act -j assemble -W .github/workflows/build.yml --artifact-server-path ./artifacts --matrix distribution:rpm --matrix architecture:x64 --var OPENSEARCH_VERSION=2.11.0

[Build slim packages/build] 🏁 Job succeeded
```
Expand Down

0 comments on commit 5466fcb

Please sign in to comment.