Skip to content

Commit

Permalink
chore: builds also for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotimperi committed Dec 9, 2024
1 parent 03e7a9c commit 361a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
tags: ghcr.io/nuvolaris/openserverless-streamer:${{ env.IMG_TAG }}
# For pull requests, export results to the build cache.
# Otherwise, push to a registry.
Expand Down

0 comments on commit 361a74b

Please sign in to comment.