Skip to content

Commit

Permalink
build(platforms): update docker release workflow to include 'linux/ar…
Browse files Browse the repository at this point in the history
…m64'
  • Loading branch information
psanders committed Dec 11, 2023
1 parent 372e6cd commit 7b9c2f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
context: .
dockerfile: mods/apiserver/Dockerfile
tags: "latest,${{ needs.get_version.outputs.VERSION }}"
platforms: linux/amd64,linux/arm64

- name: Publish the Front Office to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@v5
Expand All @@ -93,3 +94,4 @@ jobs:
context: .
dockerfile: mods/frontoffice/Dockerfile
tags: "latest,${{ needs.get_version.outputs.VERSION }}"
platforms: linux/amd64,linux/arm64

0 comments on commit 7b9c2f5

Please sign in to comment.