Skip to content
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1356ec7
Support RPM
bebound Sep 22, 2022
0dccf4f
Support DEB
bebound Oct 11, 2022
cd91cde
Merge yml
bebound Oct 13, 2022
80eedec
Use variables
bebound Oct 18, 2022
dc4a186
Fix artifact name
bebound Oct 18, 2022
d9cf405
Add DEB_NAME
bebound Oct 18, 2022
5eed879
Minor fix
bebound Oct 18, 2022
4294fd5
Fix architecture
bebound Oct 18, 2022
2489f7d
Add arm64 docker image
bebound Nov 2, 2022
56538f5
Merge remote-tracking branch 'upstream/dev' into arm64
bebound Nov 2, 2022
d7f9cfa
Minor fix
bebound Nov 2, 2022
8513c28
Use matrix in pool
bebound Nov 2, 2022
c8b0e95
Enhance rpm build
bebound Nov 2, 2022
d4094a2
Merge remote-tracking branch 'upstream/dev' into arm64
bebound Nov 3, 2022
791c422
Enhance deb
bebound Nov 3, 2022
00b57a0
Add suffix in docker amd64 artifact
bebound Nov 3, 2022
68688ba
Remove DEB_NAME env
bebound Nov 7, 2022
e742b51
Merge remote-tracking branch 'upstream/dev' into arm64
bebound Nov 24, 2022
9e51da9
Merge remote-tracking branch 'upstream/dev' into arm64
bebound Dec 16, 2022
2e9ae4d
Fix rpm path
bebound Dec 16, 2022
2d478e3
Add install_docker.sh
bebound Dec 19, 2022
3f0b958
Minor fix
bebound Dec 19, 2022
3dfdc69
Fix permission
bebound Dec 19, 2022
11e2a2d
Remove %dist define
bebound Dec 20, 2022
4225271
Use yum/dnf install package
bebound Dec 20, 2022
ee61fa7
Minor fix
bebound Jan 3, 2023
26a4ba6
Minor fix
bebound Jan 3, 2023
7d44f64
Minor fix
bebound Jan 4, 2023
6d8a840
Revert "Minor fix"
bebound Jan 16, 2023
92b4d74
Minor fix
bebound Feb 13, 2023
322091f
Merge remote-tracking branch 'upstream/dev' into arm64
bebound Feb 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure-pipelines/templates/variables.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
variables:
ubuntu_pool: 'pool-ubuntu-2004'
windows_pool: 'pool-windows-2019'
ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool'
Loading