Skip to content

Commit

Permalink
Build release on ARM and Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jun 6, 2024
1 parent 79ca7d2 commit f87f32a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ] # add macos-latest-xlarge for silicon (a paid feature)
os: [ ubuntu-latest, windows-latest, macos-13, macos-latest ] # -13 is intel; -latest is ARM
steps:
- name: "Create base filename for all artifacts"
id: basefn
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ On Linux, you may install the .deb file, then run `/opt/rcv/bin/RCTab` to launch
9. Run `gradle run --offline` to launch RCTab
10. Run `gradle jpackage --offline` to generate a jpackage package

Note: this is not currently available on Silicon-chip Apple Devices. Only Intel Mac is supported.

#### Encrypting the Tabulator Directory
For security purposes, we **strongly recommend** applying password encryption (e.g. 256-bit SHA) to the directory containing the Tabulator, config files, CVR files, and any other related files.

Expand Down

0 comments on commit f87f32a

Please sign in to comment.