Skip to content

Commit

Permalink
Merge pull request #859 from linuxserver/template-multi
Browse files Browse the repository at this point in the history
Default MULTI_ARCH to true
  • Loading branch information
aptalca authored Mar 8, 2024
2 parents a64a5da + e097021 commit 9d6b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
MULTI_ARCH: "false" #set to true if needed
MULTI_ARCH: "true" #set to false if not needed

jobs:
set-vars:
Expand Down

0 comments on commit 9d6b690

Please sign in to comment.