Skip to content

Commit

Permalink
use temporary arm64 image for goss
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Oct 27, 2021
1 parent 071bfce commit 78d3869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -283,7 +283,7 @@ jobs:
name: test image
command: |
mkdir -p docker/reports
curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.9/goss-linux-arm -o ./docker/tests/goss-linux-amd64
curl -L https://github.com/garyschulte/goss/releases/download/v0.3.16-arm64/goss-linux-arm64 -o ./docker/tests/goss-linux-amd64
./gradlew --no-daemon testDocker
publish:
Expand Down

0 comments on commit 78d3869

Please sign in to comment.