We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89935a commit 82dbc71Copy full SHA for 82dbc71
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Build and test the image
21
run: ./tests.sh
22
23
+ - name: Test an ARM build
24
+ run: docker buildx build --output "type=image,push=false" --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x --tag testarm:snapshot --file ./Dockerfile .
25
+
26
- name: Scan the image
27
id: scan
28
uses: anchore/scan-action@v2
0 commit comments