File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,12 @@ jobs:
36
36
- name : Build amd64
37
37
env :
38
38
SNAPCRAFT_BUILD_ENVIRONMENT : host
39
+ SNAPCRAFT_BUILD_INFO : 1
39
40
run : snapcraft --target-arch amd64 --destructive-mode --enable-experimental-target-arch
40
41
- name : Build arm64
41
42
env :
42
43
SNAPCRAFT_BUILD_ENVIRONMENT : host
44
+ SNAPCRAFT_BUILD_INFO : 1
43
45
run : snapcraft --target-arch arm64 --destructive-mode --enable-experimental-target-arch
44
46
- name : Upload
45
47
run : |
Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ jobs:
32
32
- name : Build amd64
33
33
env :
34
34
SNAPCRAFT_BUILD_ENVIRONMENT : host
35
+ SNAPCRAFT_BUILD_INFO : 1
35
36
run : snapcraft --target-arch amd64 --destructive-mode --enable-experimental-target-arch
36
37
- name : Build arm64
37
38
env :
38
39
SNAPCRAFT_BUILD_ENVIRONMENT : host
40
+ SNAPCRAFT_BUILD_INFO : 1
39
41
run : snapcraft --target-arch arm64 --destructive-mode --enable-experimental-target-arch
40
42
- name : Upload
41
43
run : |
You can’t perform that action at this time.
0 commit comments