Skip to content

Commit

Permalink
try running by platform
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Oct 14, 2023
1 parent 53b3984 commit 1683c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
tags: galactory:latest

- name: Run container
if: matrix.platform == 'amd64'
run: docker run --rm galactory --help
run: docker run --platform ${{ matrix.platform }} --rm galactory --help

- name: Extract container description
id: description
Expand Down

0 comments on commit 1683c78

Please sign in to comment.