Skip to content

Commit

Permalink
arch override & skip detect are windows-only
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 6, 2024
1 parent 2437c77 commit 42bb561
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install-script/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ ifneq ($(OS),windows)
PACKAGECLOUD_REPO="${PACKAGECLOUD_REPO}" \
OTC_VERSION="${OTC_VERSION}" \
OTC_BUILD_NUMBER="${OTC_BUILD_NUMBER}" \
S3_BUCKET="${S3_BUCKET}" \
OVERRIDE_ARCH="${OVERRIDE_ARCH}" \
SKIP_ARCHITECTURE_DETECTION="${SKIP_ARCHITECTURE_DETECTION}"
S3_BUCKET="${S3_BUCKET}"
endif

LINT=golangci-lint
Expand Down

0 comments on commit 42bb561

Please sign in to comment.