Skip to content

Commit

Permalink
Merge pull request #18 from mysteriumnetwork/fix-multiarch-build
Browse files Browse the repository at this point in the history
Update docker-ci.yml
  • Loading branch information
redhatua authored Nov 6, 2024
2 parents 9dfb74c + be207f8 commit 2e014e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [amd64, arm64]
steps:
-
name: Checkout
Expand All @@ -36,7 +33,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/${{ matrix.architecture }}
platforms: linux/amd64,linux/arm64
build-args: VM_VERSION=${{ env.VM_VERSION }}
tags: ${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ env.VM_VERSION }}
push: true

0 comments on commit 2e014e9

Please sign in to comment.