mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-14 12:43:13 +02:00
* add amd64 image build * add bootstrap.service to always prepare ssh * add Makefile * pass GITHUB_ACTOR GITHUB_HEAD_REF to the build * download the build script from PR branch * output amd64 images to ci/amd64/builds
4 lines
106 B
Bash
4 lines
106 B
Bash
#!/bin/sh -eux
|
|
|
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751636
|
|
apt-get install libpam-systemd
|