File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,13 @@ cd trivy-repo/deb
7
7
8
8
for release in ${DEBIAN_RELEASES[@]} ${UBUNTU_RELEASES[@]} ; do
9
9
echo " Removing deb package of $release "
10
- reprepro -A i386 remove $release trivy
11
10
reprepro -A amd64 remove $release trivy
12
11
reprepro -A arm64 remove $release trivy
13
12
done
14
13
15
14
for release in ${DEBIAN_RELEASES[@]} ${UBUNTU_RELEASES[@]} ; do
16
15
echo " Adding deb package to $release "
17
16
reprepro includedeb $release ../../dist/* Linux-64bit.deb
18
- reprepro includedeb $release ../../dist/* Linux-32bit.deb
19
17
reprepro includedeb $release ../../dist/* Linux-ARM64.deb
20
18
done
21
19
Original file line number Diff line number Diff line change @@ -16,23 +16,18 @@ builds:
16
16
- windows
17
17
goarch :
18
18
- amd64
19
- - 386
20
19
- arm
21
20
- arm64
22
21
- s390x
23
22
- ppc64le
24
23
goarm :
25
24
- 7
26
25
ignore :
27
- - goos : darwin
28
- goarch : 386
29
26
# modernc.org/sqlite doesn't support the following pairs
30
27
- goos : freebsd
31
28
goarch : arm
32
29
- goos : freebsd
33
30
goarch : arm64
34
- - goos : windows
35
- goarch : 386
36
31
- goos : windows
37
32
goarch : arm
38
33
- goos : windows
66
61
{{- else if eq .Os "dragonfly" }}DragonFlyBSD
67
62
{{- else}}{{- title .Os }}{{ end }}-
68
63
{{- if eq .Arch "amd64" }}64bit
69
- {{- else if eq .Arch "386" }}32bit
70
64
{{- else if eq .Arch "arm" }}ARM
71
65
{{- else if eq .Arch "arm64" }}ARM64
72
66
{{- else if eq .Arch "ppc64le" }}PPC64LE
@@ -91,7 +85,6 @@ archives:
91
85
{{- else if eq .Os "dragonfly" }}DragonFlyBSD
92
86
{{- else}}{{- .Os }}{{ end }}-
93
87
{{- if eq .Arch "amd64" }}64bit
94
- {{- else if eq .Arch "386" }}32bit
95
88
{{- else if eq .Arch "arm" }}ARM
96
89
{{- else if eq .Arch "arm64" }}ARM64
97
90
{{- else if eq .Arch "ppc64le" }}PPC64LE
You can’t perform that action at this time.
0 commit comments