Skip to content

Commit

Permalink
testing/docker: Docker downgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jun 23, 2024
1 parent fd1058b commit 3096551
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docker-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Arm64 testing

permissions:
contents: read

on:
pull_request:

concurrency:
group: |
${{ github.head_ref
|| github.run_id
}}-${{ github.workflow }}-request
cancel-in-progress: true


jobs:
arm64:
permissions:
contents: read
runs-on: envoy-ubuntu-arm64
steps:
- run: |
apt-get install docker-ce=5:24.0.9-1~ubuntu.22.04~jammy docker-ce-cli=5:24.0.9-1~ubuntu.22.04~jammy
docker --version

0 comments on commit 3096551

Please sign in to comment.