Skip to content

Commit

Permalink
Looks like we're on x86 for some time
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Sep 7, 2023
1 parent 79c5da6 commit 12d1e1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
- uses: actions/checkout@v3
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
Expand All @@ -76,7 +74,7 @@ jobs:
with:
context: .
push: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/${{ github.repository }}:${{ github.sha }}
build-args: |
Expand Down

0 comments on commit 12d1e1e

Please sign in to comment.