Skip to content

Commit

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

0 comments on commit e42b6e7

Please sign in to comment.