Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norefice-github authored Apr 24, 2024
1 parent a4058ab commit 1a2bfed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
pull-requests: write
strategy:
matrix:
platform:
#- linux/amd64
platform:
- linux/arm64/v8
- linux/amd64

steps:
- name: Checkout repository
Expand All @@ -43,7 +43,10 @@ jobs:
with:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{ secrets.DOCKER_PASSWORD }}


- name: Docker Setup QEMU
uses: docker/[email protected]

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 1a2bfed

Please sign in to comment.