Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Attempt to streamline the manifest step
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Oct 10, 2021
1 parent f8f8b59 commit d7f3630
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/make-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
needs:
- build-arm
- build-arm64
runs-on: [self-hosted, linux]
runs-on: [self-hosted, linux, arm]
steps:
- name: Set tags
id: tags
Expand All @@ -81,8 +81,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create Manifest
run: |
docker pull ${{ steps.tags.outputs.manifest }}-arm
docker pull ${{ steps.tags.outputs.manifest }}-arm64
docker manifest create ${{ steps.tags.outputs.manifest }} \
--amend ${{ steps.tags.outputs.manifest }}-arm \
--amend ${{ steps.tags.outputs.manifest }}-arm64
Expand Down

0 comments on commit d7f3630

Please sign in to comment.