We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe12936 commit c1d45cbCopy full SHA for c1d45cb
.github/workflows/docker-build-container.yaml
@@ -29,6 +29,16 @@ jobs:
29
platforms: linux/amd64
30
username: ${{ secrets.DOCKERHUB_USERNAME }}
31
32
+ docker-build-arm-container:
33
+ runs-on: ubuntu-latest
34
+
35
+ steps:
36
+ - name: Get repository name
37
+ id: repo-basename
38
+ run: |
39
+ echo "repo=$(basename ${{ github.repository }})" >> "$GITHUB_OUTPUT"
40
+ shell: bash
41
42
- name: Build docker image arm
43
uses: senzing-factory/github-action-docker-buildx-build@v1
44
with:
0 commit comments