Skip to content

Commit

Permalink
add qemu back
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpierce22 committed Feb 11, 2024
1 parent ba10ff7 commit aa53641
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -34,7 +37,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v8
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tags: mlpierce22/tea:${{ steps.sha.outputs.short_sha }}

- name: Output Docker image name
Expand Down

0 comments on commit aa53641

Please sign in to comment.