File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 bazel run --define version=$(cat VERSION) //:deploy-apt-x86_64 -- release
237237 - run : |
238238 mkdir -p ~/dist
239- cp bazel-bin/typedb-console__x86_64 .deb ~/dist/typedb-console__x86_64 .deb
239+ cp bazel-bin/typedb-console__amd64 .deb ~/dist/typedb-console__amd64 .deb
240240 - persist_to_workspace :
241241 root : ~/dist
242242 paths : ["./*"]
Original file line number Diff line number Diff line change 44
55## Bugs Fixed
66
7+ - ** Deploy apt amd64 with correct architecture tag**
8+
9+ Use expected ` apt ` architecture tag ` amd64 ` instead of ` x86_64 ` .
10+
11+ - ** Fix github deployment of intel deb package**
712
813## Code Refactors
914
1015
1116## Other Improvements
12- - ** Deploy apt amd64 with correct architecture tag**
13-
14- Use expected ` apt ` architecture tag ` amd64 ` instead of ` x86_64 ` .
1517
1618
Original file line number Diff line number Diff line change 1- 2.24.11
1+ 2.24.12
You can’t perform that action at this time.
0 commit comments