Skip to content

Commit

Permalink
Test multiarch with goss
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Jun 6, 2023
1 parent 24a59f3 commit 11d27be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,13 @@ command:
exit-status: 0
stdout:
- buildkite-agent:docker

docker run --rm -t arm64v8/ubuntu uname -m:
exit-status: 0
stdout:
- aarch64

docker run --rm -t amd64/ubuntu uname -m:
exit-status: 0
stdout:
- x86_64

0 comments on commit 11d27be

Please sign in to comment.