Skip to content

Commit

Permalink
CI: Start providing OCI images for the ARM architecture
Browse files Browse the repository at this point in the history
OCI images are Linux-only so far.
  • Loading branch information
amotl committed Jan 13, 2024
1 parent e50dce4 commit cd20b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit cd20b2d

Please sign in to comment.