Skip to content

Commit 2026896

Browse files
committed
Limit architectures specified in example
1 parent 0f2f34d commit 2026896

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if [ "${{matrix.cfg}}" == "melange.yaml" ]; then
6464
path="melange.yaml"
6565
fi
66-
./melange build $path --arch=x86_64 --namespace=wolfi
66+
./melange build $path --namespace=wolfi
6767
6868
- name: Rebuild package
6969
run: |

examples/gnu-hello.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ package:
33
version: 2.12
44
epoch: 0
55
description: "the GNU hello world program"
6+
target-architecture:
7+
- x86_64
8+
- arm64
69
copyright:
710
- attestation: |
811
Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005,

0 commit comments

Comments
 (0)