Skip to content

Commit

Permalink
Fix multiple build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 13, 2023
1 parent aba429e commit 1ed7f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-singleimage-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test

on:
push:
workflow_dispatch:

env:
CI: true
Expand Down Expand Up @@ -29,6 +29,9 @@ jobs:
cache: "yarn"
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- name: Run Yarn
run: yarn
- name: Run Yarn Build
Expand Down

0 comments on commit 1ed7f6d

Please sign in to comment.