Skip to content

Commit c9a47e3

Browse files
committed
Test new Github Action, with QEMU
1 parent 1ce19b8 commit c9a47e3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ jobs:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1818
- uses: actions/checkout@v2
1919

20-
- name: Build and test the image
21-
run: ./tests.sh
20+
# - name: Build and test the image
21+
# run: ./tests.sh
2222

2323
- name: Set up Docker Buildx
2424
id: buildx
2525
uses: docker/setup-buildx-action@v1
26-
26+
with:
27+
install: true
28+
2729
- name: Inspect builder
2830
run: |
2931
echo "Name: ${{ steps.buildx.outputs.name }}"

0 commit comments

Comments
 (0)