Skip to content

Commit

Permalink
specify component name in agent multiarch build (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-goldenring committed Mar 26, 2021
1 parent 4a4ee92 commit 5f76799
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-agent-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
needs: per-arch
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
akri-component:
- agent
- agent-full

steps:
- name: Checkout repo
Expand Down

0 comments on commit 5f76799

Please sign in to comment.