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
Paul Spooren 2024-07-31 00:36:14 +02:00
parent d629f7ea1a
commit 3724e26fa1
1 changed files with 1 additions and 0 deletions

View File

@ -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