We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0e871 commit dc0ec2bCopy full SHA for dc0ec2b
.github/workflows/ci.yml
@@ -150,6 +150,21 @@ jobs:
150
run: cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --no-default-features --features max-pure --target-dir install-artifacts --debug --force gitoxide
151
shell: msys2 {0}
152
153
+ docker:
154
+ runs-on: ubuntu-latest
155
+ steps:
156
+ - uses: actions/checkout@v4
157
+ - name: Set up Docker Buildx
158
+ uses: docker/setup-buildx-action@v3
159
+ - name: Build Docker image
160
+ uses: docker/build-push-action@v5
161
+ with:
162
+ context: .
163
+ file: ./etc/docker/Dockerfile.alpine
164
+ platforms: linux/amd64,linux/arm64
165
+ push: false
166
+ tags: paulbelt/gitoxide:latest
167
+
168
lint:
169
runs-on: ubuntu-latest
170
steps:
0 commit comments