Skip to content

Commit

Permalink
Update repository config (#79)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Jan 21, 2021
1 parent 0388c11 commit d8cd641
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
buildx-version: latest
qemu-version: latest
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
run: echo ${{steps.qemu.outputs.platforms}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Run checks
run: |
Expand Down

0 comments on commit d8cd641

Please sign in to comment.