mirror of https://github.com/openwrt/docker.git
ci: only use apt during testing
Real container pushing happens on a device where QEMU is already installed. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/146/head
parent
d629f7ea1a
commit
3724e26fa1
|
|
@ -358,6 +358,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y qemu-user-static binfmt-support
|
sudo apt-get install -y qemu-user-static binfmt-support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue