Skip to content

Commit

Permalink
Merge branch 'main' into drop_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjd78 authored May 7, 2024
2 parents 49449b4 + 6cf2157 commit 681b37e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry: "quay.io/konveyor"
image_name: "tackle2-ui"
containerfile: "./Dockerfile"
architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
architectures: '[ "amd64", "arm64" ]'
# 2023-03-19: currently needed for npm@10
extra-args: "--ulimit nofile=4096:4096"
secrets:
Expand Down
9 changes: 9 additions & 0 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Project Owners

This file specifies the code owners of the project.

## Our Maintainers

- Ian Bolton ([ibolton336](https://github.com/ibolton336))
- Scott Dickerson ([sjd78](https://github.com/sjd78))
- Radoslaw Szwajkowski ([rszwajko](https://github.com/rszwajko))

0 comments on commit 681b37e

Please sign in to comment.