Skip to content

Commit

Permalink
Update readme-vars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored and thelamer committed Dec 20, 2018
1 parent 861ff56 commit 3a88f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_

# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "tbc"}
- { arch: "{{ arch_arm64 }}", tag: "tbc"}
- { arch: "{{ arch_armhf }}", tag: "tbc"}
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v6-latest"}

# container parameters
param_container_name: "{{ project_name }}"
Expand Down

0 comments on commit 3a88f29

Please sign in to comment.