1
0

hooks/post_checkout, hooks/post_push, and multi-arch-manifest.yaml try to get multi-arch working more smoothly

This commit is contained in:
David Personette
2020-04-11 23:19:10 -04:00
parent 4bfd11ae81
commit a77afc2d40
8 changed files with 36 additions and 22 deletions

View File

@@ -50,10 +50,6 @@ RUN apk --no-cache --no-progress upgrade && \
echo '' >>$file && \
echo ' # Time Machine' >>$file && \
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
echo ' fruit:metadata = stream' >>$file && \
echo ' fruit:model = MacSamba' >>$file && \
echo ' fruit:posix_rename = yes' >>$file && \
echo ' fruit:resource = file' >>$file && \
echo ' fruit:time machine = yes' >>$file && \
echo ' fruit:veto_appledouble = no' >>$file && \
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \