Skip to content

Commit

Permalink
Removed qemu
Browse files Browse the repository at this point in the history
* since dotnet doesnt support running in qemu
  • Loading branch information
susch19 committed May 19, 2024
1 parent 5d2d766 commit b426941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: 'amd64,arm,arm64'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Get Git Submodules
Expand All @@ -47,7 +44,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64 #,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: AppBrokerASP/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/susch19/appbroker:latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: 'amd64,arm,arm64'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Get Git Submodules
Expand Down

0 comments on commit b426941

Please sign in to comment.