Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Mar 12, 2024
1 parent 5f4a701 commit 39436a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
}, {
"name": "test image",
"run": "docker run --rm --init ${{matrix.arch}}/${{github.sha}} eval -p 'new Date()'"
"run": "docker run --rm --init --platform linux/${{matrix.arch}} ${{github.sha}} eval -p 'new Date()'"
}]
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
file: ${{matrix.distro}}.dockerfile
build-args: DENO_VERSION=${{inputs.deno_version}}
- name: test image
run: docker run --rm --init ${{matrix.arch}}/${{github.sha}} eval -p 'new Date()'
run: docker run --rm --init --platform linux/${{matrix.arch}} ${{github.sha}} eval -p 'new Date()'

0 comments on commit 39436a9

Please sign in to comment.