Skip to content

Commit

Permalink
fix: remove arm/v7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Jan 20, 2024
1 parent 4488085 commit 7cbc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-email-lexoffice-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
dockerfile: ./src/email-lexoffice-import/Dockerfile
addLatest: true
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm/v7
platform: linux/amd64,linux/arm64
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7cbc18c

Please sign in to comment.