Skip to content

Commit

Permalink
Update docker build platforms for GitHub actions
Browse files Browse the repository at this point in the history
This commit removes the "linux/arm64" platform from the GitHub action used for building Docker containers. Now, containers will only be built for the "linux/amd64" platform.

Signed-off-by: Christian Roessner <[email protected]>
  • Loading branch information
Christian Roessner committed May 3, 2024
1 parent 124cede commit 7429869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/nauthilus:dev

0 comments on commit 7429869

Please sign in to comment.