Skip to content

Commit 733b663

Browse files
Remove setup-qemu from open-pr and push-tag (#215)
* Remove setup-qemu from open-pr and push-tag Removed the setup-qemu option from the build step. * no qemu for push-tag
1 parent d8597e4 commit 733b663

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/open-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
output: image
8282
push: false
8383
platforms: linux/amd64,linux/arm64
84-
setup-qemu: true
8584
sbom: true
8685
context: app/
8786
meta-images: |

.github/workflows/push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
output: image
1515
push: true
1616
platforms: linux/amd64,linux/arm64
17-
setup-qemu: true
1817
sbom: true
1918
context: app/
2019
meta-images: |
@@ -32,3 +31,4 @@ jobs:
3231
password: ${{ secrets.DOCKER_PAT }}
3332
3433
34+

0 commit comments

Comments
 (0)