Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Jan 16, 2024
1 parent 8d28a4a commit a9afb55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ jobs:

- name: Building Ghostferry
run: .github/workflows/build-deb.sh

- name: Upload debs
uses: actions/upload-artifact@v3
with:
name: debs
path: build/ghostferry*
3 changes: 2 additions & 1 deletion sharding/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package: ghostferry-sharding
Version: {version}
Section: misc
Priority: optional
Architecture: amd64
Architecture: any
Multi-Arch: same
Maintainer: Shuhao Wu <shuhao.wu@shopify.com>
Uploaders: Justin Li <justin.li@shopify.com>,Hormoz Kheradmand <hormoz.kheradmand@shopify.com>
Description: Migrate MySQL sharded data from one server to
Expand Down

0 comments on commit a9afb55

Please sign in to comment.