Skip to content

Commit

Permalink
fix: apt archs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Mar 27, 2024
1 parent b882418 commit 1ec80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/apt/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class extends Command {
ejs.fromFile( this.resources + "/aptftp.conf" ).render( {
"label": this.config.label,
codename,
"architectures": this.config.architectures.join( " " ),
"architectures": [ "all", "amd6" ].join( " " ),
} )
);

Expand Down

0 comments on commit 1ec80ae

Please sign in to comment.