Skip to content

Commit

Permalink
Make it simple to test different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklak committed Jun 12, 2024
1 parent 2f37a29 commit fb40066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ matrix.platforms }}
push: true
tags: ${{ env.REGISTRY }}/nordsecurity/debug-${{ matrix.name }}:${{ github.sha }}
tags: ${{ env.REGISTRY }}/nordsecurity/${{ matrix.name }}:debug-${{ github.sha }}
build-args: |
REVISION=${{ github.sha }}
2 changes: 1 addition & 1 deletion builders/build-linux-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --from=ghcr.io/nordsecurity/uniffi-generators:v0.25.0-8 /bin/uniffi-bindgen
COPY --from=ghcr.io/nordsecurity/uniffi-generators:v0.25.0-8 /bin/uniffi-bindgen-go /bin
COPY --from=ghcr.io/nordsecurity/uniffi-generators:v0.25.0-8 /bin/uniffi-bindgen-cpp /bin

# Multilib is not present in a arm64 debian but is used by libtelio
# Multilib is not present in an arm64 debian but is used by libtelio
RUN set -eux; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
Expand Down

0 comments on commit fb40066

Please sign in to comment.