Skip to content

Commit 0a69b95

Browse files
committed
Remove x86 requirement for test-alpine job
1 parent 4d26a47 commit 0a69b95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ create-tester-image:
134134
docker build -t $(ALPINE_TESTER) - < ./Dockerfile.alpine_tester
135135

136136
test-alpine: release-build-alpine create-tester-image
137-
@[ "$(shell uname -m)" = "x86_64" ] || (echo "This test is only working on x86_64. See https://github.com/CosmWasm/wasmvm/issues/483."; exit 78)
138137
# try running go tests using this lib with muslc
139138
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd):/mnt/testrun -w /mnt/testrun $(ALPINE_TESTER) go build -tags muslc ./...
140139
# Use package list mode to include all subdirectores. The -count=1 turns off caching.

0 commit comments

Comments
 (0)