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 2b0eecc commit 1d2e215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
export REGISTRY=ghcr.io/mesosphere
export VERSION=${{ github.ref_name }}
export LINUX_ARCH=${{ matrix.arch }}
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
make build-and-push-container-linux-${{ matrix.arch }}
make release

0 comments on commit 1d2e215

Please sign in to comment.