We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61aed1 commit e3223c2Copy full SHA for e3223c2
.github/workflows/test-build.yaml
@@ -52,6 +52,7 @@ jobs:
52
- name: Build and push Docker images (Jammy)
53
if: matrix.ubuntu-release-name == 'jammy'
54
uses: docker/build-push-action@v6
55
+ run: uname -a
56
with:
57
push: false
58
platforms: linux/amd64,linux/arm64
0 commit comments