Skip to content

Commit d067dd0

Browse files
authored
docs: clean-up TODOs (#124)
1 parent 3cdfaa2 commit d067dd0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ on:
1616

1717
permissions: { }
1818

19-
# TODO: explore more options: https://docs.docker.com/build/ci/github-actions/
20-
# TODO: Experiment GitHub deployments
21-
# TODO: do we want to test multi-arch build?
22-
# TODO: SonarQube integration at both CI and Docker Scout levels?
23-
# TODO: Migrate from Trivy to Docker Scout
19+
# TODO: Migrate from Trivy to Docker Scout: https://github.com/docker/scout-action
2420
jobs:
2521
build-and-test:
2622
name: Build & Test

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ jobs:
197197

198198
# Setup of QEMU x Buildx
199199
# Required for multi-arch builds (typically for ARM architecture support)
200-
# TODO: rely on native ARM64 native node instead of QEMU: https://docs.docker.com/build/ci/github-actions/multi-platform/
201200
- name: Set up QEMU
202201
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
203202

0 commit comments

Comments
 (0)