Skip to content

Commit

Permalink
Build targets are built differently (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 16, 2023
1 parent c4c4217 commit 9dac9d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker.yml
Expand Up @@ -13,12 +13,6 @@ jobs:
docker:
runs-on: ubuntu-latest

strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +41,7 @@ jobs:
- name: Build and Push to Registries
uses: docker/build-push-action@v4
with:
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/qmk/qmk_base_container:latest
Expand Down

0 comments on commit 9dac9d1

Please sign in to comment.