Skip to content

Commit

Permalink
fix multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jun 27, 2024
1 parent 0e88c43 commit c074395
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
publish-docker:
name: Publish latest image to docker hub
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down Expand Up @@ -81,7 +75,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
context: .
file: dockerfiles/operator.Dockerfile
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit c074395

Please sign in to comment.