Skip to content

Commit

Permalink
changed to not v8 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 29, 2024
1 parent 8cd15c4 commit 81b88cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_dev_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
- linux/arm64/v8
# - linux/arm64/v8
steps:
- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo_status "Enforcing start state... (This might take a bit)"
salt-call --local state.apply


echo_status "Changing permissions"
echo_status "Fixing permissions"
chown -R www: /usr/lib/tethys
chown -R www: /var/lib/tethys_persist
chown -R www: /var/logs/tethys
Expand Down

0 comments on commit 81b88cd

Please sign in to comment.