Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
SandhyaRavi2403 and mhrabovcin authored Oct 23, 2024
1 parent 9e3ad2c commit e4a0a59
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 @@ -27,7 +27,8 @@ jobs:
run: |
export REGISTRY=ghcr.io/mesosphere
export VERSION=${{ github.ref_name }}
export LINUX_ARCH=${{ matrix.arch }}
export LINUX_ARCH="amd64 arm64"
export WINDOWS_DISTROS=""
export SKIP_PUSH_LATEST=1
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
Expand Down

0 comments on commit e4a0a59

Please sign in to comment.