You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,7 @@
6
6
7
7
1. Create a tag on that commit with the format "x.y.z". Do not omit "z", even if its value is 0.
8
8
9
-
1. Build the executables for the release (do this once on an x86_64 machine and once on an aarch64 one):
10
-
11
-
- In the root of the `swiftly` repository, run the following command: `docker build -t <image name> -f scripts/build.dockerfile .`
12
-
- Then, run `container_id=$(docker create <image name>)`
13
-
- Retrieve the built swiftly executable with `docker cp "$container_id:/swiftly" <executable name>`
14
-
- For ARM, the executable name should be `swiftly-aarch64-unknown-linux-gnu`
15
-
- For x86_64, the executable name should be `swiftly-x86_64-unknown-linux-gnu`
16
-
- Clean up the leftover container with `docker rm -v $container_id`
17
-
- Clean up the leftover image with `docker rm -f <image name>`
9
+
1. Build the executables for the release by running ./scripts/build_release.sh from the root of the swiftly repository (do this once on an x86_64 machine and once on an aarch64 one)
0 commit comments