Skip to content

Commit ed1bc73

Browse files
authored
Merge pull request #16 from DBOMproject/experimental/arm-support
Add ARM multiplatform build
2 parents 398b5a3 + 97ddae7 commit ed1bc73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/docker-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
context: .
4646
file: ./Dockerfile
47-
platforms: linux/amd64,linux/386
47+
platforms: linux/amd64,linux/arm64
4848
push: ${{ github.event_name != 'pull_request' }}
4949
tags: ${{ steps.docker_meta.outputs.tags }}
5050
labels: ${{ steps.docker_meta.outputs.labels }}

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The gateway component for the Digital Bill of Materials
1515
- [API](#api)
1616
- [Configuration](#configuration)
1717
- [Helm Deployment](#helm-deployment)
18+
- [Platform Support](#platform-support)
1819
- [Getting Help](#getting-help)
1920
- [Getting Involved](#getting-involved)
2021

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

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

49+
## Platform Support
50+
51+
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)
52+
4853
## Getting Help
4954

5055
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)

0 commit comments

Comments
 (0)