Skip to content

Commit

Permalink
testing multiplataform build with docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
italo1aguiar-aneo committed May 6, 2024
1 parent 2c185c1 commit d6432d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
with:
file: Worker/src/DLLWorker/Dockerfile
context: .
platforms: linux/arm64
platforms: linux/arm64,linux/amd64
push: true
tags: |
dockerhubaneo/armonik_worker_dll:${{ needs.versionning.outputs.version }}-arm
dockerhubaneo/armonik_worker_dll:${{ needs.versionning.outputs.version }}
- name: Create multi-arch manifest
run: docker buildx imagetools create dockerhubaneo/armonik_worker_dll:${VERSION} --tag dockerhubaneo/armonik_worker_dll:${VERSION} --append dockerhubaneo/armonik_worker_dll:${VERSION}-arm
Expand Down

0 comments on commit d6432d9

Please sign in to comment.