Skip to content

Commit

Permalink
Merge pull request #6 from mesosphere/sandy/update-variable
Browse files Browse the repository at this point in the history
ci: update build workflow
  • Loading branch information
mhrabovcin authored Oct 24, 2024
2 parents 2af13ff + effd21f commit 7c70e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.23.1
go-version: 1.23.2

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -28,7 +28,7 @@ jobs:
export REGISTRY=ghcr.io/mesosphere
export VERSION=${{ github.ref_name }}
export LINUX_ARCH="amd64 arm64"
export WINDOWS_DISTROS=""
export CONFIRM=1
export SKIP_PUSH_LATEST=1
export ALLOW_UNSTABLE=1
export DOCKER_CLI_EXPERIMENTAL=enabled
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ if [ -z "$SKIP_BUILD" ]; then
make cross \
REGISTRY=$REGISTRY \
VERSION=$VERSION \
LINUX_ARCH="$LINUX_ARCH" \
WINDOWS_DISTROS="$WINDOWS_DISTROS"
LINUX_ARCH="$LINUX_ARCH"
# WINDOWS_DISTROS="$WINDOWS_DISTROS"
else
echo "info: build and push is skipped"
fi
Expand Down

0 comments on commit 7c70e4a

Please sign in to comment.