Skip to content

Commit

Permalink
Removing arm support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cin committed May 12, 2023
1 parent 95c65f4 commit 874ff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build and push operator image ${{ env.VERSION }}
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/gatling-operator:${{ env.VERSION }}
file: ./Dockerfile
build-args: |
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Build and push gatling-runner ${{ env.VERSION }}
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/gatling:${{ env.VERSION }}
file: ./gatling/Dockerfile
build-args: |
Expand Down

0 comments on commit 874ff0b

Please sign in to comment.