Skip to content

Commit

Permalink
ci: install skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 29, 2024
1 parent 4f539de commit 3b34bd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build:
name: Build and push devcontainer
runs-on: ["self-hosted", "linux", "arm64", "ubuntu-platform"]
runs-on: ["self-hosted", "linux", "x64", "ubuntu-platform"]
timeout-minutes: 60
steps:
- name: Checkout repo
Expand All @@ -27,8 +27,10 @@ jobs:
with:
node-version: "20"

- name: Set up skopeo
uses: warjiang/[email protected]
- name: Install skopeo
run: |
sudo apt-get update
sudo apt-get install -y skopeo
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 3b34bd2

Please sign in to comment.