Skip to content

Commit

Permalink
Docker multi-arch support (#815)
Browse files Browse the repository at this point in the history
* Add additional platform support for the Docker images; allow manual push of images

* Do not fail on link checker failures
  • Loading branch information
atoulme authored Oct 13, 2023
1 parent 5cc2612 commit 42a8bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
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 42a8bbd

Please sign in to comment.