Skip to content

Commit

Permalink
Add additional platform support for the Docker images; allow manual p…
Browse files Browse the repository at this point in the history
…ush of images
  • Loading branch information
atoulme committed Oct 13, 2023
1 parent 5cc2612 commit 35590a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish splunk-otel-js Docker image to ghcr.io
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish-image:
Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
with:
push: true
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64
build-args: |
RELEASE_VER=${{ env.GITHUB_REF_NAME }}
tags: |
Expand Down

0 comments on commit 35590a6

Please sign in to comment.