Skip to content

Commit

Permalink
fixed platform spec in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jperrsau-at-nrel committed Jun 8, 2023
1 parent 30c5038 commit b5f1308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

# # Workaround: https://github.com/docker/build-push-action/issues/461
# - name: Setup Docker buildx
# uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
Expand All @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: docker
platforms: linux/amd64,linux/arm/v8
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b5f1308

Please sign in to comment.