Skip to content

Commit

Permalink
Fix playground (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 27, 2023
1 parent 5d9fea1 commit fe9bd8a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/Playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,21 @@ jobs:
- name: Build playground image
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: .
file: ./playground/node.Dockerfile
push: true
tags: |
ghcr.io/noelware/docker-manifest-action/playground:latest-arm64
- name: Build playground image (arm64)
uses: docker/build-push-action@v3
with:
platforms: linux/arm64
context: .
file: ./playground/node.Dockerfile
push: true
tags: |
ghcr.io/noelware/docker-manifest-action/playground:latest-amd64,
ghcr.io/noelware/docker-manifest-action/playground:latest-arm64
- name: Create merged manifest
Expand Down

0 comments on commit fe9bd8a

Please sign in to comment.