Skip to content

Commit

Permalink
Merge pull request #16 from DBOMproject/experimental/arm-support
Browse files Browse the repository at this point in the history
Add ARM multiplatform build
  • Loading branch information
amithkk authored May 7, 2021
2 parents 398b5a3 + 97ddae7 commit ed1bc73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/386
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The gateway component for the Digital Bill of Materials
- [API](#api)
- [Configuration](#configuration)
- [Helm Deployment](#helm-deployment)
- [Platform Support](#platform-support)
- [Getting Help](#getting-help)
- [Getting Involved](#getting-involved)

Expand Down Expand Up @@ -45,6 +46,10 @@ Configure `agent-config.yaml` with the details of your agent(s)

Instructions for deploying the Chainsource Gateway using helm charts can be found [here](https://github.com/DBOMproject/deployments/tree/master/charts/chainsource-gateway)

## Platform Support

Currently, we provide pre-built container images for linux amd64 and arm64 architectures via our Github Actions Pipeline. Find the images [here](https://hub.docker.com/r/dbomproject/chainsource-gateway)

## Getting Help

If you have any queries on chainsource-gateway, feel free to reach us on any of our [communication channels](https://github.com/DBOMproject/community/blob/master/COMMUNICATION.md)
Expand Down

0 comments on commit ed1bc73

Please sign in to comment.