Skip to content

Commit

Permalink
use ruby pact_broker-client due to qemu-aarch64 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 3, 2024
1 parent bdb7d92 commit e54e056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
-e SKIP_RACE=true \
--rm \
pactfoundation/pact-go-test-${{ matrix.go-version }} \
/bin/sh -c "make download_plugins && make install-pact-ruby-standalone && PACT_TOOL=standalone make pact"
/bin/sh -c "make download_plugins && make install-pact-ruby-cli && PACT_TOOL=ruby make pact"
# - name: Examples with Docker
# if: runner.os == 'Linux'
# run: APP_BRANCH=${APP_REF:11} DOCKER_GATEWAY_HOST=172.17.0.1 DOCKER_HOST_HTTP="http://172.17.0.1" make ci_examples
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-deb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG VERSION=latest
FROM golang:${VERSION}

RUN apt-get update && apt-get install -y openjdk-17-jre file protobuf-compiler
# RUN mkdir -p /root/.pact/plugins
RUN apt-get update && apt-get install -y openjdk-17-jre file protobuf-compiler ruby ruby-dev ruby-bundler
COPY . /go/src/github.com/pact-foundation/pact-go

WORKDIR /go/src/github.com/pact-foundation/pact-go
Expand Down

0 comments on commit e54e056

Please sign in to comment.