Skip to content

Commit

Permalink
Take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Nov 8, 2024
1 parent 681e957 commit dcdeb55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/actions/combine-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ runs:
username: ${{ inputs.aws_access_key_id }}
password: ${{ inputs.aws_secret_access_key }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build maintenance image
run: |
deploy/scripts/build.py --components maintenance --arch ${{ matrix.arch }}
shell: bash
- name: Image digest
run: |
docker image inspect combine_maint:latest -f '{{json .Id}}'
shell: bash
2 changes: 1 addition & 1 deletion maintenance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - ARM 64-bit
############################################################

FROM --platform=$BUILDPLATFORM public.ecr.aws/thecombine/aws-kubectl:0.4.0-$TARGETARCH
FROM public.ecr.aws/thecombine/aws-kubectl:0.4.0-$TARGETARCH

USER root

Expand Down

0 comments on commit dcdeb55

Please sign in to comment.