Fix incorrect ArchExclusiveLine OBS directive #203
Reference in New Issue
Block a user
No description provided.
Delete Branch "mchiappero/Factory:obs_directive"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One Docker specific OBS directive, ArchExclusiveLine, is incorrectly
testing for x86 instead of aarch64, likely due to a copy-and-paste
error. Change the architecture for that RUN command.
Signed-off-by: Marco Chiappero marco.chiappero@suse.com
Thanks, indeed looks like I made a copy/paste mistake in #69