Skip to content

Commit

Permalink
ci: update the arch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Oct 23, 2024
1 parent 073157b commit bc41ac2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
- arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -29,4 +34,4 @@ jobs:
export VERSION=${{ github.ref_name }}
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
make build-and-push-container-linux-amd64
make build-and-push-container-linux-${{ matrix.arch }}

0 comments on commit bc41ac2

Please sign in to comment.