Revert "testing arm building"

This reverts commit a030b62f73.
This commit is contained in:
Ren 2024-03-29 19:08:03 -07:00
commit a28501a61e

View file

@ -75,7 +75,6 @@ jobs:
id: build-and-push id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with: with:
platforms: linux/amd64,linux/arm64
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}