Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Removed multi-platform build as we do not require it
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZanatta committed Jul 15, 2024
1 parent fd75d9b commit ae21abc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/[email protected]
with:
image: tonistiigi/binfmt:qemu-v6.2.0
platforms: arm64

- name: Build and push image
uses: docker/build-push-action@v6
with:
file: Dockerfile
push: true
tags: ${{ env.REGISTRY }}/management-2024/jail:${{ env.TAG }}
platforms: linux/amd64,linux/arm64

0 comments on commit ae21abc

Please sign in to comment.