Skip to content

Commit 82dbc71

Browse files
committed
Does docker buildx work?
1 parent d89935a commit 82dbc71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Build and test the image
2121
run: ./tests.sh
2222

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+
2326
- name: Scan the image
2427
id: scan
2528
uses: anchore/scan-action@v2

0 commit comments

Comments
 (0)