Skip to content

Commit

Permalink
build for more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Sep 25, 2024
1 parent d92c3ea commit 44638b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
file: ./Dockerfile
push: true
tags: rpki/stayrtr:latest,rpki/stayrtr:${{ steps.shacalc.outputs.sha8 }}
Expand All @@ -42,6 +43,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
file: ./Dockerfile
push: true
tags: rpki/rtrmon:latest,rpki/rtrmon:${{ steps.shacalc.outputs.sha8 }}
Expand All @@ -55,6 +57,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
file: ./Dockerfile
push: true
tags: rpki/rtrdump:latest,rpki/rtrdump:${{ steps.shacalc.outputs.sha8 }}
Expand Down

1 comment on commit 44638b8

@tim427
Copy link

@tim427 tim427 commented on 44638b8 Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super! Much appreciated!

Please sign in to comment.