diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d214763..d7da7e5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,16 +27,23 @@ jobs:
- name: Build UI
run: bun run src/ui/build.ts
- - name: Build binary for Linux
+ - name: Build Linux binaries
run: |
bun build src/cli.ts --compile --target=bun-linux-x64 --outfile katana-linux-x64
- chmod +x katana-linux-x64
+ bun build src/cli.ts --compile --target=bun-linux-arm64 --outfile katana-linux-arm64
+ chmod +x katana-linux-x64 katana-linux-arm64
- - name: Test binary
+ - name: Test x64 binary
run: |
./katana-linux-x64 --version
./katana-linux-x64 --help
+ - name: Verify release artifacts
+ run: |
+ ls -lh katana-linux-*
+ file katana-linux-x64
+ file katana-linux-arm64
+
- name: Extract version from tag
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
@@ -63,6 +70,7 @@ jobs:
body_path: release_notes.md
files: |
katana-linux-x64
+ katana-linux-arm64
draft: false
prerelease: false
env:
diff --git a/html/images/education.svg b/html/images/education.svg
new file mode 100644
index 0000000..8617ef0
--- /dev/null
+++ b/html/images/education.svg
@@ -0,0 +1,143 @@
+
+
+
+
diff --git a/html/images/supporting-tools.svg b/html/images/supporting-tools.svg
new file mode 100644
index 0000000..32c0138
--- /dev/null
+++ b/html/images/supporting-tools.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file