Skip to content

Commit

Permalink
Merge pull request #390 from mutagen-io/v0154backports
Browse files Browse the repository at this point in the history
ci: disable Docker integration tests on 386 (backport)
  • Loading branch information
xenoscopic authored Sep 21, 2022
2 parents 654f5a8 + 5d1d3b9 commit 3efd27b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/test_386.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ set -e
# Load test parameters.
source scripts/ci/test_parameters.sh

# Disable Docker tests for 386.
export MUTAGEN_TEST_DOCKER="false"

# Perform a local-only build so that we have an agent bundle for testing.
GOARCH=386 go run scripts/build.go --mode=local

Expand Down

0 comments on commit 3efd27b

Please sign in to comment.