Skip to content

Commit

Permalink
feat(cicd): Add amd64, arm64 to docker built image
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashermine committed Oct 18, 2023
1 parent 563e6ed commit bb0d11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

# Build
# ============================================================================================
- name: ⚒️ Build & Push Engine Image
- name: ⚒️ Build & Push Image
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
platforms: linux/amd64,linux/arm64

0 comments on commit bb0d11d

Please sign in to comment.