Skip to content

Commit

Permalink
Merge pull request #4 from mesosphere/sandy/update-workflow
Browse files Browse the repository at this point in the history
ci: update the arch in workflow
  • Loading branch information
mhrabovcin authored Oct 23, 2024
2 parents 073157b + e4a0a59 commit 3e71536
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
export REGISTRY=ghcr.io/mesosphere
export VERSION=${{ github.ref_name }}
export LINUX_ARCH="amd64 arm64"
export WINDOWS_DISTROS=""
export SKIP_PUSH_LATEST=1
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
make build-and-push-container-linux-amd64
make release

0 comments on commit 3e71536

Please sign in to comment.