Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Revert "Added set up QEMU and buildx"
Browse files Browse the repository at this point in the history
This reverts commit bdce97a.
  • Loading branch information
arpita0911patel committed Apr 28, 2023
1 parent 9b16d8d commit 8a2f2d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker_image_manual_build_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ on:
workflow_dispatch:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: deploy
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,arm'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push Docker image
uses: ./.github/action_templates/build-and-push
with:
Expand Down

0 comments on commit 8a2f2d1

Please sign in to comment.